From 8d31140341f6e9e8578667f71042b916dd31241b Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Wed, 18 Oct 2006 22:55:49 +0300 Subject: [PATCH] [PATCH] ARM: OMAP: Replace apollon LCD mux setting Change the LCD mux setting from enable() to init() for PM Signed-off-by: Kyungmin Park Signed-off-by: Tony Lindgren --- drivers/video/omap/lcd_apollon.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/drivers/video/omap/lcd_apollon.c b/drivers/video/omap/lcd_apollon.c index fabc3a540a5..4c0f370a1c5 100644 --- a/drivers/video/omap/lcd_apollon.c +++ b/drivers/video/omap/lcd_apollon.c @@ -35,6 +35,8 @@ static int apollon_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) { + /* configure LCD PWR_EN */ + omap_cfg_reg(M21_242X_GPIO11); return 0; } @@ -44,10 +46,6 @@ static void apollon_panel_cleanup(struct lcd_panel *panel) static int apollon_panel_enable(struct lcd_panel *panel) { - - /* configure LCD PWR_EN */ - omap_cfg_reg(M21_242X_GPIO11); - return 0; } -- 2.41.0