Unverified Commit 9c2d3d17 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

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
Loading
Loading
Loading
Loading
+26 −26
Original line number Diff line number Diff line
@@ -298,19 +298,27 @@
			#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 @@
				function = "pwm0";
			};

			i2c0_pins_a: i2c0@0 {
				pins = "PH2", "PH3";
				function = "i2c0";
			};

			i2c1_pins_a: i2c1@0 {
				pins = "PH4", "PH5";
				function = "i2c1";
			uart0_pins_a: uart0@0 {
				pins = "PF2", "PF4";
				function = "uart0";
			};

			i2c2_pins_a: i2c2@0 {
				pins = "PE12", "PE13";
				function = "i2c2";
			uart1_pins_a: uart1@0 {
				pins = "PG6", "PG7";
				function = "uart1";
			};

			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";
			};
		};