Commit 9c2d3d17 authored by Maxime Ripard's avatar Maxime Ripard

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent f2a5e425
...@@ -298,19 +298,27 @@ pio: pinctrl@1c20800 { ...@@ -298,19 +298,27 @@ pio: pinctrl@1c20800 {
#interrupt-cells = <3>; #interrupt-cells = <3>;
#gpio-cells = <3>; #gpio-cells = <3>;
uart0_pins_a: uart0@0 { i2c0_pins_a: i2c0@0 {
pins = "PF2", "PF4"; pins = "PH2", "PH3";
function = "uart0"; function = "i2c0";
}; };
uart1_pins_a: uart1@0 { i2c1_pins_a: i2c1@0 {
pins = "PG6", "PG7"; pins = "PH4", "PH5";
function = "uart1"; function = "i2c1";
}; };
uart1_pins_cts_rts_a: uart1-cts-rts@0 { i2c2_pins_a: i2c2@0 {
pins = "PG8", "PG9"; pins = "PE12", "PE13";
function = "uart1"; 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 { mmc0_pins_a: mmc0@0 {
...@@ -375,27 +383,19 @@ pwm0_pins: pwm0 { ...@@ -375,27 +383,19 @@ pwm0_pins: pwm0 {
function = "pwm0"; function = "pwm0";
}; };
i2c0_pins_a: i2c0@0 { uart0_pins_a: uart0@0 {
pins = "PH2", "PH3"; pins = "PF2", "PF4";
function = "i2c0"; function = "uart0";
};
i2c1_pins_a: i2c1@0 {
pins = "PH4", "PH5";
function = "i2c1";
}; };
i2c2_pins_a: i2c2@0 { uart1_pins_a: uart1@0 {
pins = "PE12", "PE13"; pins = "PG6", "PG7";
function = "i2c2"; function = "uart1";
}; };
lcd_rgb666_pins: lcd-rgb666@0 { uart1_pins_cts_rts_a: uart1-cts-rts@0 {
pins = "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", pins = "PG8", "PG9";
"PD10", "PD11", "PD12", "PD13", "PD14", "PD15", function = "uart1";
"PD18", "PD19", "PD20", "PD21", "PD22", "PD23",
"PD24", "PD25", "PD26", "PD27";
function = "lcd0";
}; };
}; };
......
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