32 lines
1 KiB
Diff
32 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>
|
||
|
|
||
|
/ {
|