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
…m32mp157f-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: I6757b1972fa241feb45932ed04ab892a03663b5d
Reviewed-on: https://gerrit.st.com/c/mpu/oe/st/linux-stm32/+/384970
ACI: CIBUILD <[email protected]>
  • Loading branch information
Christophe Roullier authored and fourmone committed Jun 4, 2024
1 parent 05ddab4 commit dc56fbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/arm/boot/dts/stm32mp157f-dk2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,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 @@ -146,9 +147,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 dc56fbe

Please sign in to comment.