diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-01-17 13:02:36 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-12 21:32:59 +0400 |
commit | bdd91fa44646ae9e80e7a716320e9d1e7287766b (patch) | |
tree | 9cd4bfd09d28fb5b2dd656a1b07e40fa094a73e8 /arch/arm/mach-omap2/board-4430sdp.c | |
parent | ed3984fec88b0a39f6e66ee40f124e1568f75c12 (diff) | |
download | linux-bdd91fa44646ae9e80e7a716320e9d1e7287766b.tar.xz |
OMAP: 4430SDP/Panda: setup HDMI GPIO muxes
commit 78a1ad8f12db70b8b0a4548b90704de08ee216ce upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 9bc418e138dc..669e3293780a 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c @@ -631,6 +631,9 @@ void omap_4430sdp_display_init(void) { sdp4430_hdmi_mux_init(); omap_display_init(&sdp4430_dss_data); + + omap_mux_init_gpio(HDMI_GPIO_LS_OE, OMAP_PIN_OUTPUT); + omap_mux_init_gpio(HDMI_GPIO_CT_CP_HPD, OMAP_PIN_OUTPUT); } #ifdef CONFIG_OMAP_MUX |