diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-07 11:14:15 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:12 +0100 |
commit | 054da074b1e02f7fa49c84820883bffd6b03cad0 (patch) | |
tree | 6619b108c6fae2989190efcc76c1df9c98e7ca4a /arch/arm/boot/dts/sun7i-a20-m3.dts | |
parent | ARM: dts: sun7i: Change framebuffer node names to avoid warnings (diff) | |
download | linux-054da074b1e02f7fa49c84820883bffd6b03cad0.tar.xz linux-054da074b1e02f7fa49c84820883bffd6b03cad0.zip |
ARM: dts: sun7i: Remove all useless pinctrl nodes
The gpio pinctrl nodes are redundant and as such useless most of the times.
Since they will also generate warnings in DTC, we can simply remove most of
them.
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Diffstat (limited to 'arch/arm/boot/dts/sun7i-a20-m3.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-m3.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-m3.dts b/arch/arm/boot/dts/sun7i-a20-m3.dts index e91a209850bc..cb8725d95e2b 100644 --- a/arch/arm/boot/dts/sun7i-a20-m3.dts +++ b/arch/arm/boot/dts/sun7i-a20-m3.dts @@ -63,8 +63,6 @@ leds { compatible = "gpio-leds"; - pinctrl-names = "default"; - pinctrl-0 = <&led_pins_m3>; blue { label = "m3:blue:usr"; @@ -141,13 +139,6 @@ status = "okay"; }; -&pio { - led_pins_m3: led_pins@0 { - pins = "PH20"; - function = "gpio_out"; - }; -}; - ®_usb1_vbus { status = "okay"; }; |