ARM: dts: sun8i: a23/a33: Reorder the pin groups
The pin groups are supposed to be in alphabetical order, and they aren't. Fix this. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Acked-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
f2a5e42580
commit
9c2d3d17a9
|
@ -298,19 +298,27 @@ pio: pinctrl@1c20800 {
|
|||
#interrupt-cells = <3>;
|
||||
#gpio-cells = <3>;
|
||||
|
||||
uart0_pins_a: uart0@0 {
|
||||
pins = "PF2", "PF4";
|
||||
function = "uart0";
|
||||
i2c0_pins_a: i2c0@0 {
|
||||
pins = "PH2", "PH3";
|
||||
function = "i2c0";
|
||||
};
|
||||
|
||||
uart1_pins_a: uart1@0 {
|
||||
pins = "PG6", "PG7";
|
||||
function = "uart1";
|
||||
i2c1_pins_a: i2c1@0 {
|
||||
pins = "PH4", "PH5";
|
||||
function = "i2c1";
|
||||
};
|
||||
|
||||
uart1_pins_cts_rts_a: uart1-cts-rts@0 {
|
||||
pins = "PG8", "PG9";
|
||||
function = "uart1";
|
||||
i2c2_pins_a: i2c2@0 {
|
||||
pins = "PE12", "PE13";
|
||||
function = "i2c2";
|
||||
};
|
||||
|
||||
lcd_rgb666_pins: lcd-rgb666@0 {
|
||||
pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7",
|
||||
"PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
|
||||
"PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
|
||||
"PD24", "PD25", "PD26", "PD27";
|
||||
function = "lcd0";
|
||||
};
|
||||
|
||||
mmc0_pins_a: mmc0@0 {
|
||||
|
@ -375,27 +383,19 @@ pwm0_pins: pwm0 {
|
|||
function = "pwm0";
|
||||
};
|
||||
|
||||
i2c0_pins_a: i2c0@0 {
|
||||
pins = "PH2", "PH3";
|
||||
function = "i2c0";
|
||||
uart0_pins_a: uart0@0 {
|
||||
pins = "PF2", "PF4";
|
||||
function = "uart0";
|
||||
};
|
||||
|
||||
i2c1_pins_a: i2c1@0 {
|
||||
pins = "PH4", "PH5";
|
||||
function = "i2c1";
|
||||
uart1_pins_a: uart1@0 {
|
||||
pins = "PG6", "PG7";
|
||||
function = "uart1";
|
||||
};
|
||||
|
||||
i2c2_pins_a: i2c2@0 {
|
||||
pins = "PE12", "PE13";
|
||||
function = "i2c2";
|
||||
};
|
||||
|
||||
lcd_rgb666_pins: lcd-rgb666@0 {
|
||||
pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7",
|
||||
"PD10", "PD11", "PD12", "PD13", "PD14", "PD15",
|
||||
"PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
|
||||
"PD24", "PD25", "PD26", "PD27";
|
||||
function = "lcd0";
|
||||
uart1_pins_cts_rts_a: uart1-cts-rts@0 {
|
||||
pins = "PG8", "PG9";
|
||||
function = "uart1";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue