summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-panda-a4.dts
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-11-13 01:54:09 -0300
committerTony Lindgren <tony@atomide.com>2015-11-30 08:43:29 -0800
commit37990123cdba3e7d4db14ea96caef8e40b2e4354 (patch)
tree3806c9d0004174649f2e2dd784cb6bcea6a8ddc5 /arch/arm/boot/dts/omap4-panda-a4.dts
parentececfa31e5e54f5bf9d4459bac0b6092ee244ece (diff)
downloadop-kernel-dev-37990123cdba3e7d4db14ea96caef8e40b2e4354.zip
op-kernel-dev-37990123cdba3e7d4db14ea96caef8e40b2e4354.tar.gz
ARM: dts: omap4-panda-a4: Use OMAP4_IOPAD pinmux macro
Use the pinmux IOPAD macros to define the register as an offset from the padconf physical address instead of the offset from padconf base. This makes the DTS easier to read since matches the addresses listed in the Technical Reference Manual. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-panda-a4.dts')
-rw-r--r--arch/arm/boot/dts/omap4-panda-a4.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4-panda-a4.dts b/arch/arm/boot/dts/omap4-panda-a4.dts
index 133f1b7..78d3631 100644
--- a/arch/arm/boot/dts/omap4-panda-a4.dts
+++ b/arch/arm/boot/dts/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 */
>;
};
OpenPOWER on IntegriCloud