diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-11-13 01:53:53 -0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-11-30 08:43:24 -0800 |
commit | a7efe6ba0c5ae1f3750367f6d6756510afee8c16 (patch) | |
tree | e9bdbd0bcb96e9fd8afe8dd4c3f5a09e23d895d0 /arch/arm/boot/dts/am3517-craneboard.dts | |
parent | bb2fe50e02e5c0daab7695cee8feb9020d8feeae (diff) | |
download | lwn-a7efe6ba0c5ae1f3750367f6d6756510afee8c16.tar.gz lwn-a7efe6ba0c5ae1f3750367f6d6756510afee8c16.zip |
ARM: dts: am3517-craneboard: Use OMAP3_CORE1_IOPAD pinmux macro
Use the pinmux IOPAD macro to define the register absolute physical
address instead of the offset from the padconf base address. 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/am3517-craneboard.dts')
-rw-r--r-- | arch/arm/boot/dts/am3517-craneboard.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am3517-craneboard.dts b/arch/arm/boot/dts/am3517-craneboard.dts index 2d40b3f241cd..cb7de1d4e05f 100644 --- a/arch/arm/boot/dts/am3517-craneboard.dts +++ b/arch/arm/boot/dts/am3517-craneboard.dts @@ -77,7 +77,7 @@ &omap3_pmx_core { tps_pins: pinmux_tps_pins { pinctrl-single,pins = < - 0x1b0 (PIN_INPUT_PULLUP | MUX_MODE0) /* sys_nirq.sys_nirq */ + OMAP3_CORE1_IOPAD(0x21e0, PIN_INPUT_PULLUP | MUX_MODE0) /* sys_nirq.sys_nirq */ >; }; }; |