diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-03-01 22:07:57 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-03-01 22:07:57 +0100 |
commit | 0c53f82530b4f720809766dac99f8a0861a30882 (patch) | |
tree | 416f8cd19716232b43538a5ab68f45140229d4cf | |
parent | 3be9268bf8c3283df44eb0fd730f6ab258e6f61b (diff) |
Change connector type to LVDS
Not certain that this exactly describes what it is, and too lazy to check, but for sure
it's a better description than "Unknown".
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
-rw-r--r-- | drivers/mfd/glamo/glamo-display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/glamo/glamo-display.c b/drivers/mfd/glamo/glamo-display.c index bc3a2ea6d74..5f0469723b5 100644 --- a/drivers/mfd/glamo/glamo-display.c +++ b/drivers/mfd/glamo/glamo-display.c @@ -795,7 +795,7 @@ int glamo_display_init(struct drm_device *dev) /* Initialise the connector */ drm_connector_init(dev, connector, &glamo_connector_funcs, - DRM_MODE_CONNECTOR_Unknown); + DRM_MODE_CONNECTOR_LVDS); drm_sysfs_connector_add(connector); connector->interlace_allowed = 0; connector->doublescan_allowed = 0; |