From: Hans de Goede Date: Wed, 29 Jun 2016 18:47:02 +0000 (+0200) Subject: ARM: dts: sun5i: Add mmc1 / sdio-wifi node to mk802 X-Git-Tag: v4.8-rc1~66^2~10^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e6495c86a3e7aca844d03a6ec369fcf210122d73;p=karo-tx-linux.git ARM: dts: sun5i: Add mmc1 / sdio-wifi node to mk802 The a10s mk802 uses a rtl8189es sdio wifi chip, add a node enabling the mmc1 controller, this enables using the wifi chip (together with an out of tree sdio driver for it). Signed-off-by: Hans de Goede Signed-off-by: Maxime Ripard --- diff --git a/arch/arm/boot/dts/sun5i-a10s-mk802.dts b/arch/arm/boot/dts/sun5i-a10s-mk802.dts index 04120e16f57e..c84ac005342e 100644 --- a/arch/arm/boot/dts/sun5i-a10s-mk802.dts +++ b/arch/arm/boot/dts/sun5i-a10s-mk802.dts @@ -97,6 +97,15 @@ status = "okay"; }; +&mmc1 { + pinctrl-names = "default"; + pinctrl-0 = <&mmc1_pins_a>; + vmmc-supply = <®_vcc3v3>; + bus-width = <4>; + non-removable; + status = "okay"; +}; + &ohci0 { status = "okay"; };