diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-20 22:03:28 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 15:14:15 +0100 |
commit | 7dab9adb7d427ffd8ea430f90e2bf4f763c7079d (patch) | |
tree | 960608e962bf48c9aa8dd035c6c4836f6a6ab83a /arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts | |
parent | ARM: dts: sun7i: Fix HDMI output DTC warning (diff) | |
download | linux-7dab9adb7d427ffd8ea430f90e2bf4f763c7079d.tar.xz linux-7dab9adb7d427ffd8ea430f90e2bf4f763c7079d.zip |
ARM: dts: sun7i: Provide default muxing for relevant controllers
The I2C and MMC controllers have only one muxing option in the SoC. In such a
case, we can just move the muxing into the DTSI, and remove it from
the DTS.
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-olimex-som204-evb-emmc.dts')
-rw-r--r-- | arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts b/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts index 093cd32c9a1c..a59755a2e7a9 100644 --- a/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts +++ b/arch/arm/boot/dts/sun7i-a20-olimex-som204-evb-emmc.dts @@ -20,8 +20,6 @@ }; &mmc2 { - pinctrl-names = "default"; - pinctrl-0 = <&mmc2_pins>; vmmc-supply = <®_vcc3v3>; mmc-pwrseq = <&mmc2_pwrseq>; bus-width = <4>; |