diff options
author | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-21 00:03:28 +0300 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-11-28 17:14:22 +0300 |
commit | 93870e414d511bbf91a30c052ef291fc8af18eb8 (patch) | |
tree | 20ce29be23cd5476735e2c5500e77c5f42fd1479 /arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts | |
parent | 438a44ce7e51ce571f942433c6c7cb87c4c0effd (diff) | |
download | linux-93870e414d511bbf91a30c052ef291fc8af18eb8.tar.xz |
ARM: dts: sun8i: v3s: Provide default muxing for relevant controllers
The MMC0 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/sun8i-v3s-licheepi-zero.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts index 333df90e8037..99c8cf7bb86c 100644 --- a/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts +++ b/arch/arm/boot/dts/sun8i-v3s-licheepi-zero.dts @@ -78,8 +78,6 @@ }; &mmc0 { - pinctrl-0 = <&mmc0_pins>; - pinctrl-names = "default"; broken-cd; bus-width = <4>; vmmc-supply = <®_vcc3v3>; |