]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: mxs: convert usb0_id_pins_a to use symbolic pin defs
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 23 Sep 2013 12:20:27 +0000 (14:20 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Thu, 26 Sep 2013 05:01:38 +0000 (13:01 +0800)
This pin definition had been added after the initial patch to use
symbolic pin names in DTS files.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx28.dtsi

index 44151f54a4df9b3b7515ac8e96487b745b850f50..918d419772dda8ed1caf3ff1124a7c70260d2202 100644 (file)
                                usb0_id_pins_a: usb0id@0 {
                                        reg = <0>;
                                        fsl,pinmux-ids = <
-                                               0x3071 /* MX28_PAD_AUART1_RTS__USB0_ID */
+                                               MX28_PAD_AUART1_RTS__USB0_ID
                                        >;
-                                       fsl,drive-strength = <2>;
-                                       fsl,voltage = <1>;
-                                       fsl,pull-up = <1>;
+                                       fsl,drive-strength = <MXS_DRIVE_12mA>;
+                                       fsl,voltage = <MXS_VOLTAGE_HIGH>;
+                                       fsl,pull-up = <MXS_PULL_ENABLE>;
                                };
                        };