Skip to content

Commit

Permalink
ARM: dts: stm32: Replace OOB interrupt by IB interrupt for WIFI on st…
Browse files Browse the repository at this point in the history
…m32mp157c-dk2

Enabling SDIO IRQ signalling on this interface instead of
out-of-band interrupt from brcmfmac

Signed-off-by: Christophe Roullier <[email protected]>
Signed-off-by: Erwan SZYMANSKI <[email protected]>
Change-Id: I5986d3a245da37da26adb5bb747d99ac17a3dc29
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/385353
ACI: CIBUILD <[email protected]>
ACI: CITOOLS <[email protected]>
  • Loading branch information
Christophe Roullier authored and fourmone committed Jun 5, 2024
1 parent dc56fbe commit 1af3a83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/boot/dts/stm32mp157c-dk2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
pinctrl-1 = <&sdmmc2_b4_od_pins_a>;
pinctrl-2 = <&sdmmc2_b4_sleep_pins_a>;
non-removable;
cap-sdio-irq;
st,neg-edge;
bus-width = <4>;
vmmc-supply = <&v3v3>;
Expand All @@ -140,9 +141,6 @@
brcmf: bcrmf@1 {
reg = <1>;
compatible = "brcm,bcm4329-fmac";
interrupt-parent = <&gpiod>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>; /* WL_HOST_WAKE */
interrupt-names = "host-wake";
};
};

Expand Down

0 comments on commit 1af3a83

Please sign in to comment.