aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/glamo/glamo-display.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-06-27 00:27:20 +0100
committerThomas White <taw@bitwiz.org.uk>2009-06-27 00:27:20 +0100
commitbfdf7016e915a89f381d6d8da342ad974681736e (patch)
treea49c5ba699aa14db8dc79ac81d04354a6c8f4ea7 /drivers/mfd/glamo/glamo-display.c
parent6308edb906313ead6f66d2543e6aab6e7f2adb5a (diff)
Call the helper init function
Signed-off-by: Thomas White <taw@bitwiz.org.uk>
Diffstat (limited to 'drivers/mfd/glamo/glamo-display.c')
-rw-r--r--drivers/mfd/glamo/glamo-display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/glamo/glamo-display.c b/drivers/mfd/glamo/glamo-display.c
index 67d9d011ba0..2110e19732d 100644
--- a/drivers/mfd/glamo/glamo-display.c
+++ b/drivers/mfd/glamo/glamo-display.c
@@ -612,6 +612,8 @@ int glamo_display_init(struct drm_device *dev)
drm_encoder_helper_add(&glamo_output->enc, &glamo_encoder_helper_funcs);
drm_connector_helper_add(connector, &glamo_connector_helper_funcs);
+ drm_helper_initial_config(dev, false);
+
/* Initial setup of the LCD controller */
glamo_run_lcd_script(gdrm, lcd_init_script,
ARRAY_SIZE(lcd_init_script));