diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-05 12:49:46 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-10-06 10:40:04 +0200 |
commit | 75539f68a40c5331a8fe130670e2d66af5cfac78 (patch) | |
tree | 137709c99b53598eb93844622e6369ef1c4f311a /arch/arm/boot/dts/sun4i-a10-gemei-g9.dts | |
parent | 124d19dcc8d3d8ac6249468704ef08af2b0c30a1 (diff) | |
download | linux-rt-75539f68a40c5331a8fe130670e2d66af5cfac78.tar.gz |
ARM: dts: sun4i: 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.
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/sun4i-a10-gemei-g9.dts')
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10-gemei-g9.dts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-gemei-g9.dts b/arch/arm/boot/dts/sun4i-a10-gemei-g9.dts index d8bfd7b74916..d347eaf6dfcc 100644 --- a/arch/arm/boot/dts/sun4i-a10-gemei-g9.dts +++ b/arch/arm/boot/dts/sun4i-a10-gemei-g9.dts @@ -72,8 +72,6 @@ */ &codec { /* PH15 controls power to external amplifier (ft2012q) */ - pinctrl-names = "default"; - pinctrl-0 = <&codec_pa_pin>; allwinner,pa-gpios = <&pio 7 15 GPIO_ACTIVE_HIGH>; status = "okay"; }; @@ -154,13 +152,6 @@ status = "okay"; }; -&pio { - codec_pa_pin: codec_pa_pin@0 { - pins = "PH15"; - function = "gpio_out"; - }; -}; - ®_dcdc2 { regulator-always-on; regulator-min-microvolt = <1000000>; |