Commit e96e1782 authored by Lothar Waßmann's avatar Lothar Waßmann Committed by Shawn Guo

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: default avatarLothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent af67a755
...@@ -745,11 +745,11 @@ MX28_PAD_SSP2_SS1__USB1_OVERCURRENT ...@@ -745,11 +745,11 @@ MX28_PAD_SSP2_SS1__USB1_OVERCURRENT
usb0_id_pins_a: usb0id@0 { usb0_id_pins_a: usb0id@0 {
reg = <0>; reg = <0>;
fsl,pinmux-ids = < fsl,pinmux-ids = <
0x3071 /* MX28_PAD_AUART1_RTS__USB0_ID */ MX28_PAD_AUART1_RTS__USB0_ID
>; >;
fsl,drive-strength = <2>; fsl,drive-strength = <MXS_DRIVE_12mA>;
fsl,voltage = <1>; fsl,voltage = <MXS_VOLTAGE_HIGH>;
fsl,pull-up = <1>; fsl,pull-up = <MXS_PULL_ENABLE>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment