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-Remove-no-longer-used-pinctrl-su.patch | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 target/linux/sunxi/patches-4.9/0018-arm64-dts-allwinner-Remove-no-longer-used-pinctrl-su.patch (limited to 'target/linux/sunxi/patches-4.9/0018-arm64-dts-allwinner-Remove-no-longer-used-pinctrl-su.patch') diff --git a/target/linux/sunxi/patches-4.9/0018-arm64-dts-allwinner-Remove-no-longer-used-pinctrl-su.patch b/target/linux/sunxi/patches-4.9/0018-arm64-dts-allwinner-Remove-no-longer-used-pinctrl-su.patch new file mode 100644 index 0000000000..d2d54e937f --- /dev/null +++ b/target/linux/sunxi/patches-4.9/0018-arm64-dts-allwinner-Remove-no-longer-used-pinctrl-su.patch @@ -0,0 +1,31 @@ +From 4f9758302ccaf753cd4ba6a5eb740392a4d24773 Mon Sep 17 00:00:00 2001 +From: Chen-Yu Tsai +Date: Tue, 24 Jan 2017 10:32:29 +0800 +Subject: arm64: dts: allwinner: Remove no longer used pinctrl/sun4i-a10.h + header + +All dts files for the sunxi platform have been switched to the generic +pinconf bindings. As a result, the sunxi specific pinctrl macros are +no longer used. + +Remove the #include entry with the following command: + + sed -i -e '/pinctrl\/sun4i-a10.h/D' \ + arch/arm64/boot/dts/allwinner/*.dts? + +Signed-off-by: Chen-Yu Tsai +Signed-off-by: Maxime Ripard +--- + arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 - + 1 file changed, 1 deletion(-) + +--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi ++++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +@@ -44,7 +44,6 @@ + + #include + #include +-#include + #include + + / { -- cgit v1.2.3