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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to