summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/sun5i-a10s-mk802.dts
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2016-06-29 20:47:02 +0200
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-07-04 21:18:10 +0200
commite6495c86a3e7aca844d03a6ec369fcf210122d73 (patch)
tree20d908978476bd8ff3586ffa0a3a9c59d4193fc2 /arch/arm/boot/dts/sun5i-a10s-mk802.dts
parentafdfcf7c815207d11d4e84ab14f0c1c754493da0 (diff)
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/boot/dts/sun5i-a10s-mk802.dts')
-rw-r--r--arch/arm/boot/dts/sun5i-a10s-mk802.dts9
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 = <&reg_vcc3v3>;
+ bus-width = <4>;
+ non-removable;
+ status = "okay";
+};
+
&ohci0 {
status = "okay";
};