]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: samsung: exynos4210-i9100: turn off SDIO WLAN chip during system suspend
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 26 Nov 2025 10:26:16 +0000 (11:26 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 27 Nov 2025 15:06:54 +0000 (16:06 +0100)
Commit 8c3170628a9c ("wifi: brcmfmac: keep power during suspend if board
requires it") changed default behavior of the BRCMFMAC driver, which now
keeps SDIO card powered during system suspend to enable optional support
for WOWL. This feature is not supported by the legacy Exynos4 based
boards and leads to WLAN disfunction after system suspend/resume cycle.
Fix this by annotating SDIO host used by WLAN chip with
'cap-power-off-card' property, which should have been there from the
beginning.

Fixes: 8620cc2f99b7 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2")
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Link: https://patch.msgid.link/20251126102618.3103517-3-m.szyprowski@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/samsung/exynos4210-i9100.dts

index df229fb8a16bebb3dbae026d18a98a4e2ca50875..8a635bee59fa9bd356659886457a306084ee0ec8 100644 (file)
        #size-cells = <0>;
 
        non-removable;
+       cap-power-off-card;
        bus-width = <4>;
        mmc-pwrseq = <&wlan_pwrseq>;
        vmmc-supply = <&vtf_reg>;