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 11:36:43 +0100 |
commit | f606c4b3b7e942a975db0e3d835dd245473e6dbd (patch) | |
tree | 9de866410224e2bc02a232f7e60c0f0dc010a8d0 /arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | |
parent | ARM: dts: sun5i: Change LRADC node names to avoid warnings (diff) | |
download | linux-f606c4b3b7e942a975db0e3d835dd245473e6dbd.tar.xz linux-f606c4b3b7e942a975db0e3d835dd245473e6dbd.zip |
ARM: dts: sun5i: 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/sun5i-a13-utoo-p66.dts')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-utoo-p66.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts index bfdd38d6bfcc..962ec29b1934 100644 --- a/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts +++ b/arch/arm/boot/dts/sun5i-a13-utoo-p66.dts @@ -79,10 +79,6 @@ allwinner,pa-gpios = <&pio 6 3 GPIO_ACTIVE_HIGH>; /* PG3 */ }; -&codec_pa_pin { - pins = "PG3"; -}; - &mmc2 { pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins_a>; @@ -128,7 +124,3 @@ /* The P66 uses the uart pins as gpios */ status = "disabled"; }; - -&usb0_vbus_pin_a { - pins = "PB4"; -}; |