diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-17 04:02:36 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-26 06:51:35 -0500 |
commit | 78a1ad8f12db70b8b0a4548b90704de08ee216ce (patch) | |
tree | 36d00871ccf87f2354986e881f9bc4aca1648675 /arch/arm/mach-omap2/board-4430sdp.c | |
parent | 7bb122d155f742fe2d79849090c825be7b4a247e (diff) |
OMAP: 4430SDP/Panda: setup HDMI GPIO muxes
The HDMI GPIO pins LS_OE and CT_CP_HPD are not currently configured.
This patch configures them as output pins.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 02a4d5f3e8c8..95766cdfc57f 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -821,6 +821,9 @@ static void omap_4430sdp_display_init(void) | |||
821 | omap_hdmi_init(OMAP_HDMI_SDA_SCL_EXTERNAL_PULLUP); | 821 | omap_hdmi_init(OMAP_HDMI_SDA_SCL_EXTERNAL_PULLUP); |
822 | else | 822 | else |
823 | omap_hdmi_init(0); | 823 | omap_hdmi_init(0); |
824 | |||
825 | omap_mux_init_gpio(HDMI_GPIO_LS_OE, OMAP_PIN_OUTPUT); | ||
826 | omap_mux_init_gpio(HDMI_GPIO_CT_CP_HPD, OMAP_PIN_OUTPUT); | ||
824 | } | 827 | } |
825 | 828 | ||
826 | #ifdef CONFIG_OMAP_MUX | 829 | #ifdef CONFIG_OMAP_MUX |