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
@@ -30,9 +30,9 @@
|
||||
MX28_PAD_SSP2_MISO__GPIO_2_18
|
||||
MX28_PAD_AUART1_TX__GPIO_3_5
|
||||
>;
|
||||
fsl,drive-strength = <1>;
|
||||
fsl,voltage = <1>;
|
||||
fsl,pull-up = <1>;
|
||||
fsl,drive-strength = <MXS_DRIVE_8mA>;
|
||||
fsl,voltage = <MXS_VOLTAGE_HIGH>;
|
||||
fsl,pull-up = <MXS_PULL_ENABLE>;
|
||||
};
|
||||
|
||||
lcdif_pins_cfa10056: lcdif-10056@0 {
|
||||
@@ -43,9 +43,9 @@
|
||||
MX28_PAD_LCD_RS__LCD_DOTCLK
|
||||
MX28_PAD_LCD_CS__LCD_ENABLE
|
||||
>;
|
||||
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>;
|
||||
};
|
||||
|
||||
lcdif_pins_cfa10056_pullup: lcdif-10056-pullup@0 {
|
||||
@@ -53,9 +53,9 @@
|
||||
fsl,pinmux-ids = <
|
||||
MX28_PAD_LCD_RESET__GPIO_3_30
|
||||
>;
|
||||
fsl,drive-strength = <0>;
|
||||
fsl,voltage = <1>;
|
||||
fsl,pull-up = <1>;
|
||||
fsl,drive-strength = <MXS_DRIVE_4mA>;
|
||||
fsl,voltage = <MXS_VOLTAGE_HIGH>;
|
||||
fsl,pull-up = <MXS_PULL_ENABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user