diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2017-11-18 15:46:48 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2017-11-18 15:46:48 +0000 |
| commit | 518cc4989e88e867de712e59aec02bf40ca921d7 (patch) | |
| tree | 764b03924896a996462687ce89a8688d3c3a566e /sys/gnu/dts/arm/omap4-panda-common.dtsi | |
| parent | 3aa239f18776f900fdbfc370d41a54e694a4156e (diff) | |
| parent | 550370858c61e6f7fe3832de73daa9cc25ba716a (diff) | |
Notes
Diffstat (limited to 'sys/gnu/dts/arm/omap4-panda-common.dtsi')
| -rw-r--r-- | sys/gnu/dts/arm/omap4-panda-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/dts/arm/omap4-panda-common.dtsi b/sys/gnu/dts/arm/omap4-panda-common.dtsi index edbc4090297d..2b48e51c372a 100644 --- a/sys/gnu/dts/arm/omap4-panda-common.dtsi +++ b/sys/gnu/dts/arm/omap4-panda-common.dtsi @@ -267,7 +267,7 @@ dss_hdmi_pins: pinmux_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_PULLUP | MUX_MODE0) /* hdmi_scl.hdmi_scl */ OMAP4_IOPAD(0x09e, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_sda.hdmi_sda */ >; |
