ARM: dts: sun5i: Add mmc1 / sdio-wifi node to mk802
authorHans de Goede <hdegoede@redhat.com>
Wed, 29 Jun 2016 18:47:02 +0000 (20:47 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 4 Jul 2016 19:18:10 +0000 (21:18 +0200)
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>
arch/arm/boot/dts/sun5i-a10s-mk802.dts

index 04120e16f57e6637bfb57b291a30304ea4ab1aaa..c84ac005342e463ecb574e9060312f65c9de6ec7 100644 (file)
        status = "okay";
 };
 
+&mmc1 {
+       pinctrl-names = "default";
+       pinctrl-0 = <&mmc1_pins_a>;
+       vmmc-supply = <&reg_vcc3v3>;
+       bus-width = <4>;
+       non-removable;
+       status = "okay";
+};
+
 &ohci0 {
        status = "okay";
 };
This page took 0.02556 seconds and 5 git commands to generate.