summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap4-panda-a4.dts
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2017-05-16 08:10:07 -0700
committerTony Lindgren <tony@atomide.com>2017-05-16 08:10:07 -0700
commitf0b8dca8336b112d23be9fa9c0d38cc4eb733344 (patch)
treedd3283c716b312cb553a55251946ffab887a5016 /arch/arm/boot/dts/omap4-panda-a4.dts
parent910958b65cf638347e6c8f65d1f749d6a4cfb7e3 (diff)
ARM: dts: omap4: enable CEC pin for Pandaboard A4 and ES
The CEC pin was always pulled up, making it impossible to use it. Change to PIN_INPUT so it can be used by the new CEC support. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-a4.dts')
-rw-r--r--arch/arm/boot/dts/omap4-panda-a4.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-a4.dts b/arch/arm/boot/dts/omap4-panda-a4.dts
index 78d363177762..f1a6476af371 100644
--- a/arch/arm/boot/dts/omap4-panda-a4.dts
+++ b/arch/arm/boot/dts/omap4-panda-a4.dts
@@ -13,7 +13,7 @@
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
&dss_hdmi_pins {
pinctrl-single,pins = <
- OMAP4_IOPAD(0x09a, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
+ OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
>;