From 3b88f74bbe9134465a84234e1e7400af585f8c2b Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Mon, 17 Jul 2017 22:48:31 +0200 Subject: sunxi: Backport patches from kernel 4.11 for A64 This backports some more patches from kernel 4.11 adding more devices to the device tree of the A64 SoC. Signed-off-by: Hauke Mehrtens --- ...llwinner-sort-the-nodes-in-sun50i-a64-pin.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 target/linux/sunxi/patches-4.9/0014-arm64-dts-allwinner-sort-the-nodes-in-sun50i-a64-pin.patch (limited to 'target/linux/sunxi/patches-4.9/0014-arm64-dts-allwinner-sort-the-nodes-in-sun50i-a64-pin.patch') diff --git a/target/linux/sunxi/patches-4.9/0014-arm64-dts-allwinner-sort-the-nodes-in-sun50i-a64-pin.patch b/target/linux/sunxi/patches-4.9/0014-arm64-dts-allwinner-sort-the-nodes-in-sun50i-a64-pin.patch new file mode 100644 index 0000000000..4c7d6dafe2 --- /dev/null +++ b/target/linux/sunxi/patches-4.9/0014-arm64-dts-allwinner-sort-the-nodes-in-sun50i-a64-pin.patch @@ -0,0 +1,40 @@ +From ac93c09cdbaf1229c21f67a5db1c3c6df7d503e5 Mon Sep 17 00:00:00 2001 +From: Icenowy Zheng +Date: Tue, 22 Nov 2016 23:58:30 +0800 +Subject: 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 +--- + arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +--- 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"; ++}; -- cgit v1.2.3