summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-10-16 23:54:49 -0500
committerAndy Green <andy.green@linaro.org>2012-11-27 11:42:57 +0800
commitb60d9af0e0687da02ec7ac36a49687e6049be06c (patch)
treed85f3eabf8bdfb10c119d2bdddaf11cee2e2fca0
parentc04495caff10887fc2c321abc04b05e957a5be4e (diff)
ARM/dts: omap4-sdp: Add pinmux configuration for HDMI
Add the pinmux configuration for HDMI. Configure the outputs for the TPD12S015A as well as the HPD, SDA, SCL and CEC inputs. Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r--arch/arm/boot/dts/omap4-sdp.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap4-sdp.dts b/arch/arm/boot/dts/omap4-sdp.dts
index 0b0be857e83..491e74c7bfd 100644
--- a/arch/arm/boot/dts/omap4-sdp.dts
+++ b/arch/arm/boot/dts/omap4-sdp.dts
@@ -162,6 +162,7 @@
&dmic_pins
&mcbsp1_pins
&mcbsp2_pins
+ &dss_hdmi_pins
>;
uart2_pins: pinmux_uart2_pins {
@@ -232,6 +233,17 @@
0xbc 0x100 /* abe_mcbsp2_fsx.abe_mcbsp2_fsx INPUT | MODE0 */
>;
};
+
+ dss_hdmi_pins: pinmux_dss_hdmi_pins {
+ pinctrl-single,pins = <
+ 0x22 0x3 /* gpmc_a17.gpio_41 OUTPUT | MODE3 */
+ 0x48 0x3 /* gpmc_nbe1.gpio_60 OUTPUT | MODE3 */
+ 0x58 0x10b /* hdmi_hpd.gpio_63 INPUT PULLDOWN | MODE3 */
+ 0x5a 0x118 /* hdmi_cec.hdmi_cec INPUT PULLUP | MODE 0 */
+ 0x5c 0x118 /* hdmi_scl.hdmi_scl INPUT PULLUP | MODE 0 */
+ 0x5e 0x118 /* hdmi_sda.hdmi_sda INPUT PULLUP | MODE 0 */
+ >;
+ };
};
&i2c1 {