3b88f74bbe
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 <hauke@hauke-m.de>
31 lines
1 KiB
Diff
31 lines
1 KiB
Diff
From 4f9758302ccaf753cd4ba6a5eb740392a4d24773 Mon Sep 17 00:00:00 2001
|
|
From: Chen-Yu Tsai <wens@csie.org>
|
|
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 <wens@csie.org>
|
|
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
|
|
---
|
|
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 <dt-bindings/clock/sun50i-a64-ccu.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
-#include <dt-bindings/pinctrl/sun4i-a10.h>
|
|
#include <dt-bindings/reset/sun50i-a64-ccu.h>
|
|
|
|
/ {
|