diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-29 20:47:02 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 21:18:10 +0200 |
commit | e6495c86a3e7aca844d03a6ec369fcf210122d73 (patch) | |
tree | 20d908978476bd8ff3586ffa0a3a9c59d4193fc2 /arch/arm | |
parent | afdfcf7c815207d11d4e84ab14f0c1c754493da0 (diff) | |
download | talos-obmc-linux-e6495c86a3e7aca844d03a6ec369fcf210122d73.tar.gz talos-obmc-linux-e6495c86a3e7aca844d03a6ec369fcf210122d73.zip |
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 <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/sun5i-a10s-mk802.dts | 9 |
1 files changed, 9 insertions, 0 deletions
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"; }; |