From: Icenowy Zheng Date: Tue, 22 Nov 2016 15:58:30 +0000 (+0800) Subject: arm64: dts: allwinner: sort the nodes in sun50i-a64-pine64.dts X-Git-Tag: v4.11-rc1~86^2~2^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ac93c09cdbaf1229c21f67a5db1c3c6df7d503e5;p=karo-tx-linux.git 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: Icenowy Zheng Signed-off-by: Maxime Ripard --- diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts index 47095909d9d6..c32ebc786119 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts @@ -57,12 +57,6 @@ }; }; -&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"; +};