Signed-off-by: Hans de Goede <[email protected]>
---
 arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 12 ++++++++++++
 arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts  | 12 ++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts 
b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
index 3931986..d3dcd8e 100644
--- a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
+++ b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts
@@ -31,12 +31,24 @@
                };
 
                mmc3: mmc@01c12000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
                        pinctrl-names = "default";
                        pinctrl-0 = <&mmc3_pins_a>;
                        vmmc-supply = <&reg_vmmc3>;
                        bus-width = <4>;
                        non-removable;
                        status = "okay";
+
+                       brcmf: bcrmf@1 {
+                               reg = <1>;
+                               compatible = "brcm,bcm43xx-fmac";
+                               interrupt-parent = <&pio>;
+                               interrupts = <10 8>; /* PH10 / EINT10 */
+                               interrupt-names = "host-wake";
+                               status = "okay";
+                       };
                };
 
                usbphy: phy@01c13400 {
diff --git a/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts 
b/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
index 4aad09c..806f236 100644
--- a/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
+++ b/arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts
@@ -29,12 +29,24 @@
                };
 
                mmc3: mmc@01c12000 {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+
                        pinctrl-names = "default";
                        pinctrl-0 = <&mmc3_pins_a>;
                        vmmc-supply = <&reg_vmmc3>;
                        bus-width = <4>;
                        non-removable;
                        status = "okay";
+
+                       brcmf: bcrmf@1 {
+                               reg = <1>;
+                               compatible = "brcm,bcm43xx-fmac";
+                               interrupt-parent = <&pio>;
+                               interrupts = <10 8>; /* PH10 / EINT10 */
+                               interrupt-names = "host-wake";
+                               status = "okay";
+                       };
                };
 
                usbphy: phy@01c13400 {
-- 
1.9.3

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to