summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx23-stmp378x_devb.dts
diff options
context:
space:
mode:
authorLothar Waßmann <LW@KARO-electronics.de>2013-09-19 08:59:48 +0200
committerShawn Guo <shawn.guo@linaro.org>2013-09-26 13:01:36 +0800
commitbc3875f1a61e30dc56b00ffbd55daabce271e2ee (patch)
tree178809cf8235854c22018bf4cb753494b9c3fde8 /arch/arm/boot/dts/imx23-stmp378x_devb.dts
parentff04b40152d04260f04664cecae4194f4c6d399d (diff)
ARM: dts: mxs: modify mx23/mx28 dts files to use pinctrl headers
Convert mx23/mx28 dts filed to use the pinctrl header files. NOTE: During automatic conversion of these files to use the pinconfig definitions an inconsistency has been found in: arch/arm/boot/dts/imx28-apx4devkit.dts According to the comment the function for pad SSP2_SS0 should have been MX28_PAD_SSP2_SS0__GPIO_2_19, while the given value 0x2131 represents: MX28_PAD_SSP2_SS0__AUART3_TX I used the later (though probably wrong) definition because that's what is actually being used in the DTB. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23-stmp378x_devb.dts')
-rw-r--r--arch/arm/boot/dts/imx23-stmp378x_devb.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx23-stmp378x_devb.dts b/arch/arm/boot/dts/imx23-stmp378x_devb.dts
index 85c3864b6a56..2c8a9b0b9f43 100644
--- a/arch/arm/boot/dts/imx23-stmp378x_devb.dts
+++ b/arch/arm/boot/dts/imx23-stmp378x_devb.dts
@@ -10,7 +10,7 @@
*/
/dts-v1/;
-/include/ "imx23.dtsi"
+#include "imx23.dtsi"
/ {
model = "Freescale STMP378x Development Board";
@@ -39,8 +39,8 @@
hog_pins_a: hog@0 {
reg = <0>;
fsl,pinmux-ids = <
- 0x11d3 /* MX23_PAD_PWM3__GPIO_1_29 */
- 0x11e3 /* MX23_PAD_PWM4__GPIO_1_30 */
+ MX23_PAD_PWM3__GPIO_1_29
+ MX23_PAD_PWM4__GPIO_1_30
>;
fsl,drive-strength = <0>;
fsl,voltage = <1>;