diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:39 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:39 -0400 |
commit | 18dbe6c5dd3de93e99afdaf1f0fa663b57314c63 (patch) | |
tree | f60f75355d71e2a2150fdcebf6c3a7adb65cf8e3 /drivers/video/omap | |
parent | 93c43f2561f18b50e3376be968d0688315afc44c (diff) |
omap: mux: Mux Apollon LCD power in board-apollon.c
Use the new mux function for that.
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/video/omap')
-rw-r--r-- | drivers/video/omap/lcd_apollon.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/omap/lcd_apollon.c b/drivers/video/omap/lcd_apollon.c index 2be94eb3bbf5..10459d8bd9a0 100644 --- a/drivers/video/omap/lcd_apollon.c +++ b/drivers/video/omap/lcd_apollon.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <linux/platform_device.h> | 25 | #include <linux/platform_device.h> |
26 | 26 | ||
27 | #include <mach/gpio.h> | 27 | #include <mach/gpio.h> |
28 | #include <plat/mux.h> | ||
29 | 28 | ||
30 | #include "omapfb.h" | 29 | #include "omapfb.h" |
31 | 30 | ||
@@ -34,8 +33,6 @@ | |||
34 | static int apollon_panel_init(struct lcd_panel *panel, | 33 | static int apollon_panel_init(struct lcd_panel *panel, |
35 | struct omapfb_device *fbdev) | 34 | struct omapfb_device *fbdev) |
36 | { | 35 | { |
37 | /* configure LCD PWR_EN */ | ||
38 | omap_cfg_reg(M21_242X_GPIO11); | ||
39 | return 0; | 36 | return 0; |
40 | } | 37 | } |
41 | 38 | ||