Skip to content

Commit 08ff3e4

Browse files
wensmripard
authored andcommitted
ARM: dts: sun9i: cubieboard4: Order nodes by alphabetical order
Move the &pio node below the mmc nodes for proper ordering by name. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
1 parent b2a83ad commit 08ff3e4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

arch/arm/boot/dts/sun9i-a80-cubieboard4.dts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,6 @@
7878
};
7979
};
8080

81-
&pio {
82-
led_pins_cubieboard4: led-pins@0 {
83-
allwinner,pins = "PH6", "PH17";
84-
allwinner,function = "gpio_out";
85-
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
86-
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
87-
};
88-
89-
mmc0_cd_pin_cubieboard4: mmc0_cd_pin@0 {
90-
allwinner,pins = "PH18";
91-
allwinner,function = "gpio_in";
92-
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
93-
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
94-
};
95-
};
96-
9781
&mmc0 {
9882
pinctrl-names = "default";
9983
pinctrl-0 = <&mmc0_pins>, <&mmc0_cd_pin_cubieboard4>;
@@ -119,6 +103,22 @@
119103
allwinner,drive = <SUN4I_PINCTRL_40_MA>;
120104
};
121105

106+
&pio {
107+
led_pins_cubieboard4: led-pins@0 {
108+
allwinner,pins = "PH6", "PH17";
109+
allwinner,function = "gpio_out";
110+
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
111+
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
112+
};
113+
114+
mmc0_cd_pin_cubieboard4: mmc0_cd_pin@0 {
115+
allwinner,pins = "PH18";
116+
allwinner,function = "gpio_in";
117+
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
118+
allwinner,pull = <SUN4I_PINCTRL_PULL_UP>;
119+
};
120+
};
121+
122122
&r_ir {
123123
status = "okay";
124124
};

0 commit comments

Comments
 (0)