diff options
author | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2018-02-08 15:01:40 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-02-15 11:27:37 +0300 |
commit | e607b605be46a44f50e3b48597188477e52eeff8 (patch) | |
tree | 6f72700340708c19ad838cff0f14b05ec92f713c /arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts | |
parent | 50caa75681357737b6c44b7c212964217ffc00de (diff) | |
download | linux-e607b605be46a44f50e3b48597188477e52eeff8.tar.xz |
ARM: dts: sunxi: h3-h5: Move pinctrl of mmc1 from dts to dtsi
Most of the boards use the mmc1 pins and their attributes defined in
mmc1_pins_a. Let's default to that by moving the pinctrl attributes to
the dtsi file. This makes it easier to modify device trees in the
future as there is only one place to change the pinctrl attributes.
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts index 07e2e6180792..6246d3eff39d 100644 --- a/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts +++ b/arch/arm/boot/dts/sun8i-h3-nanopi-neo-air.dts @@ -87,8 +87,6 @@ }; &mmc1 { - pinctrl-names = "default"; - pinctrl-0 = <&mmc1_pins_a>; vmmc-supply = <®_vcc3v3>; vqmmc-supply = <®_vcc3v3>; mmc-pwrseq = <&wifi_pwrseq>; |