aboutsummaryrefslogtreecommitdiff
path: root/src/arm/omap4-panda-a4.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/omap4-panda-a4.dts')
-rw-r--r--src/arm/omap4-panda-a4.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/arm/omap4-panda-a4.dts b/src/arm/omap4-panda-a4.dts
index 133f1b74e8ae..78d363177762 100644
--- a/src/arm/omap4-panda-a4.dts
+++ b/src/arm/omap4-panda-a4.dts
@@ -13,8 +13,8 @@
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
&dss_hdmi_pins {
pinctrl-single,pins = <
- 0x5a (PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
- 0x5c (PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
- 0x5e (PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
+ OMAP4_IOPAD(0x09a, PIN_INPUT_PULLUP | 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 */
>;
};