ARM: dts: mxs: modify mx23/mx28 dts files to use padconfig defines
Convert mx23/mx28 dts files to use the padconfig defintions from mxs-pinfunc.h. Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:

committed by
Shawn Guo

parent
bc3875f1a6
commit
4191c34011
@@ -42,9 +42,9 @@
|
||||
fsl,pinmux-ids = <
|
||||
MX23_PAD_GPMI_ALE__GPIO_0_17
|
||||
>;
|
||||
fsl,drive-strength = <0>;
|
||||
fsl,voltage = <1>;
|
||||
fsl,pull-up = <0>;
|
||||
fsl,drive-strength = <MXS_DRIVE_4mA>;
|
||||
fsl,voltage = <MXS_VOLTAGE_HIGH>;
|
||||
fsl,pull-up = <MXS_PULL_DISABLE>;
|
||||
};
|
||||
|
||||
led_pin_gpio2_1: led_gpio2_1@0 {
|
||||
@@ -52,9 +52,9 @@
|
||||
fsl,pinmux-ids = <
|
||||
MX23_PAD_SSP1_DETECT__GPIO_2_1
|
||||
>;
|
||||
fsl,drive-strength = <0>;
|
||||
fsl,voltage = <1>;
|
||||
fsl,pull-up = <0>;
|
||||
fsl,drive-strength = <MXS_DRIVE_4mA>;
|
||||
fsl,voltage = <MXS_VOLTAGE_HIGH>;
|
||||
fsl,pull-up = <MXS_PULL_DISABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user