Skip to content

Commit 97aee67

Browse files
mszyprowkrzk
authored andcommitted
ARM: dts: samsung: universal_c210: turn off SDIO WLAN chip during system suspend
Commit 8c31706 ("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: f1b0ffa ("ARM: dts: exynos: Enable WLAN support for the UniversalC210 board") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://patch.msgid.link/20251126102618.3103517-2-m.szyprowski@samsung.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 3a86608 commit 97aee67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@
610610
#size-cells = <0>;
611611

612612
non-removable;
613+
cap-power-off-card;
613614
bus-width = <4>;
614615
mmc-pwrseq = <&wlan_pwrseq>;
615616
vmmc-supply = <&ldo5_reg>;

0 commit comments

Comments
 (0)