Commit ac93c09c authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Maxime Ripard

arm64: dts: allwinner: sort the nodes in sun50i-a64-pine64.dts

In this dts file, uart0 node is put before i2c1.

Move the uart0 node to the end to satisfy alphebetical order.
Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent a004ee35
......@@ -57,12 +57,6 @@ chosen {
};
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
&i2c1 {
pinctrl-names = "default";
pinctrl-0 = <&i2c1_pins>;
......@@ -72,3 +66,9 @@ &i2c1 {
&i2c1_pins {
bias-pull-up;
};
&uart0 {
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_a>;
status = "okay";
};
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