diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2017-05-16 18:10:07 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-05-16 18:10:07 +0300 |
commit | f0b8dca8336b112d23be9fa9c0d38cc4eb733344 (patch) | |
tree | dd3283c716b312cb553a55251946ffab887a5016 /arch/arm/boot/dts/omap4-panda-a4.dts | |
parent | 910958b65cf638347e6c8f65d1f749d6a4cfb7e3 (diff) | |
download | linux-f0b8dca8336b112d23be9fa9c0d38cc4eb733344.tar.xz |
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.dts | 2 |
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 */ >; |