diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2013-09-23 08:20:27 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-09-26 01:01:38 -0400 |
commit | e96e1782d89f7538971954b4f78f44a0be1b9144 (patch) | |
tree | 41ca6907b62717bdebbcb183830afa5ef906ab55 /arch/arm/boot/dts/imx28.dtsi | |
parent | af67a755376df068aae678e96e42c72fb631b87b (diff) |
ARM: dts: mxs: convert usb0_id_pins_a to use symbolic pin defs
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 44151f54a4df..918d419772dd 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -745,11 +745,11 @@ | |||
745 | usb0_id_pins_a: usb0id@0 { | 745 | usb0_id_pins_a: usb0id@0 { |
746 | reg = <0>; | 746 | reg = <0>; |
747 | fsl,pinmux-ids = < | 747 | fsl,pinmux-ids = < |
748 | 0x3071 /* MX28_PAD_AUART1_RTS__USB0_ID */ | 748 | MX28_PAD_AUART1_RTS__USB0_ID |
749 | >; | 749 | >; |
750 | fsl,drive-strength = <2>; | 750 | fsl,drive-strength = <MXS_DRIVE_12mA>; |
751 | fsl,voltage = <1>; | 751 | fsl,voltage = <MXS_VOLTAGE_HIGH>; |
752 | fsl,pull-up = <1>; | 752 | fsl,pull-up = <MXS_PULL_ENABLE>; |
753 | }; | 753 | }; |
754 | }; | 754 | }; |
755 | 755 | ||