]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: allwinner: sort the nodes in sun50i-a64-pine64.dts
authorIcenowy Zheng <icenowy@aosc.xyz>
Tue, 22 Nov 2016 15:58:30 +0000 (23:58 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 5 Jan 2017 21:44:19 +0000 (22:44 +0100)
In this dts file, uart0 node is put before i2c1.

Move the uart0 node to the end to satisfy alphebetical order.

Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts

index 47095909d9d608332405a71919ea46a1ab3a6ece..c32ebc78611972464821419f1283821561632f4f 100644 (file)
        };
 };
 
-&uart0 {
-       pinctrl-names = "default";
-       pinctrl-0 = <&uart0_pins_a>;
-       status = "okay";
-};
-
 &i2c1 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c1_pins>;
@@ -72,3 +66,9 @@
 &i2c1_pins {
        bias-pull-up;
 };
+
+&uart0 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&uart0_pins_a>;
+       status = "okay";
+};