diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-06-29 14:47:02 -0400 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2016-07-04 15:18:10 -0400 |
commit | e6495c86a3e7aca844d03a6ec369fcf210122d73 (patch) | |
tree | 20d908978476bd8ff3586ffa0a3a9c59d4193fc2 | |
parent | afdfcf7c815207d11d4e84ab14f0c1c754493da0 (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>
-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 @@ | |||
97 | status = "okay"; | 97 | status = "okay"; |
98 | }; | 98 | }; |
99 | 99 | ||
100 | &mmc1 { | ||
101 | pinctrl-names = "default"; | ||
102 | pinctrl-0 = <&mmc1_pins_a>; | ||
103 | vmmc-supply = <®_vcc3v3>; | ||
104 | bus-width = <4>; | ||
105 | non-removable; | ||
106 | status = "okay"; | ||
107 | }; | ||
108 | |||
100 | &ohci0 { | 109 | &ohci0 { |
101 | status = "okay"; | 110 | status = "okay"; |
102 | }; | 111 | }; |