public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP: Replace apollon LCD mux setting
@ 2006-10-11  8:32 Kyungmin Park
  2006-10-18 19:55 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2006-10-11  8:32 UTC (permalink / raw)
  To: linux-omap-open-source

Change the LCD mux setting from enable() to init() for PM

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

--

diff --git a/drivers/video/omap/lcd_apollon.c
b/drivers/video/omap/lcd_apollon.c
index fabc3a5..4c0f370 100644
--- a/drivers/video/omap/lcd_apollon.c
+++ b/drivers/video/omap/lcd_apollon.c
@@ -35,6 +35,8 @@ #include <asm/arch/omapfb.h>  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
 
 static int apollon_panel_enable(struct lcd_panel *panel)  {
-
-	/* configure LCD PWR_EN */
-	omap_cfg_reg(M21_242X_GPIO11);
-
 	return 0;
 }
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-18 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-11  8:32 [PATCH] ARM: OMAP: Replace apollon LCD mux setting Kyungmin Park
2006-10-18 19:55 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox