Skip to content

Commit 3dcc20d

Browse files
Christophe Roullierashishverma2691
authored andcommitted
ARM: dts: stm32: Add an interrupts in brcmf node to improve WLAN throughput on stm32mp15x-dk2
Add Interrupt WL_HOST_WAKE to avoid polling during transfer. Signed-off-by: Christophe Roullier <christophe.roullier@foss.st.com> Change-Id: I72fb2243874b249bc65a3ddcf39626b9b40a8238 Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/325735 Tested-by: Christophe ROULLIER <christophe.roullier@st.com> ACI: CITOOLS <MDG-smet-aci-reviews@list.st.com> Domain-Review: Christophe ROULLIER <christophe.roullier@st.com> Reviewed-by: Christophe ROULLIER <christophe.roullier@st.com>
1 parent 8904597 commit 3dcc20d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

arch/arm/boot/dts/stm32mp157c-dk2.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
brcmf: bcrmf@1 {
133133
reg = <1>;
134134
compatible = "brcm,bcm4329-fmac";
135+
interrupt-parent = <&gpiod>;
136+
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; /* WL_HOST_WAKE */
137+
interrupt-names = "host-wake";
135138
};
136139
};
137140

arch/arm/boot/dts/stm32mp157f-dk2.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@
132132
brcmf: bcrmf@1 {
133133
reg = <1>;
134134
compatible = "brcm,bcm4329-fmac";
135+
interrupt-parent = <&gpiod>;
136+
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; /* WL_HOST_WAKE */
137+
interrupt-names = "host-wake";
135138
};
136139
};
137140

0 commit comments

Comments
 (0)