]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: sun7i: Add OOB irq support to boards with broadcom sdio wifi
authorHans de Goede <hdegoede@redhat.com>
Tue, 10 Mar 2015 15:27:10 +0000 (16:27 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 27 Apr 2015 06:20:28 +0000 (08:20 +0200)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun7i-a20-cubietruck.dts
arch/arm/boot/dts/sun7i-a20-i12-tvbox.dts

index 0c219a419f49082679744b41862c764356d9890d..5af1df795f3cf6bd56c22f98d20b273f6a2d4616 100644 (file)
        bus-width = <4>;
        non-removable;
        status = "okay";
+
+       brcmf: bcrmf@1 {
+               reg = <1>;
+               compatible = "brcm,bcm4329-fmac";
+               interrupt-parent = <&pio>;
+               interrupts = <10 IRQ_TYPE_LEVEL_LOW>; /* PH10 / EINT10 */
+               interrupt-names = "host-wake";
+       };
 };
 
 &mmc3_pins_a {
index baee563a0051f66d26105dd37934f7ad7b54579e..c11574c2b931639640fe51cf85a48db01ce056d5 100644 (file)
        bus-width = <4>;
        non-removable;
        status = "okay";
+
+       brcmf: bcrmf@1 {
+               reg = <1>;
+               compatible = "brcm,bcm4329-fmac";
+               interrupt-parent = <&pio>;
+               interrupts = <10 IRQ_TYPE_LEVEL_LOW>; /* PH10 / EINT10 */
+               interrupt-names = "host-wake";
+       };
 };
 
 &mmc3_pins_a {