diff options
author | Chen-Yu Tsai <wens@csie.org> | 2017-03-08 11:28:21 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-03-27 13:39:58 +0200 |
commit | 85d2913614d9ab899d23b7ab7d22d23cf45bd1de (patch) | |
tree | 1490f82da93caff28ac3c68c8cc2a1c323b4eb2f /arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | |
parent | 5136914fe0bdc7cab96992ae42dc2c2d143d06cf (diff) | |
download | blackbird-obmc-linux-85d2913614d9ab899d23b7ab7d22d23cf45bd1de.tar.gz blackbird-obmc-linux-85d2913614d9ab899d23b7ab7d22d23cf45bd1de.zip |
ARM: dts: sunxi: 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 --follow-symlinks -i -e '/pinctrl\/sun4i-a10.h/D' \
arch/arm/boot/dts/sun?i*.*
arch/arm/boot/dts/sun9i-a80.dtsi was then edited to remove the extra
empty line.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts index 72ec0d5ae052..072c4e8610ec 100644 --- a/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts +++ b/arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts @@ -46,7 +46,6 @@ #include <dt-bindings/gpio/gpio.h> #include <dt-bindings/interrupt-controller/irq.h> -#include <dt-bindings/pinctrl/sun4i-a10.h> / { model = "Lamobo R1"; |