Skip to content

Commit 79edb7f

Browse files
committed
Merge tag 'samsung-dt-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into soc/dt
Samsung DTS ARM changes for v6.19 Fix WiFi on Exynos4210 and Exynos4412 boards with Broadcom chip after system suspend and resume, by using cap-power-off-card to power off the WiFi during suspend. * tag 'samsung-dt-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux: ARM: dts: samsung: exynos4412-midas: turn off SDIO WLAN chip during system suspend ARM: dts: samsung: exynos4210-trats: turn off SDIO WLAN chip during system suspend ARM: dts: samsung: exynos4210-i9100: turn off SDIO WLAN chip during system suspend ARM: dts: samsung: universal_c210: turn off SDIO WLAN chip during system suspend Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 3aa9940 + 2ff147f commit 79edb7f

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

855855
non-removable;
856+
cap-power-off-card;
856857
bus-width = <4>;
857858
mmc-pwrseq = <&wlan_pwrseq>;
858859
vmmc-supply = <&vtf_reg>;

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

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

520520
non-removable;
521+
cap-power-off-card;
521522
bus-width = <4>;
522523
mmc-pwrseq = <&wlan_pwrseq>;
523524
vmmc-supply = <&tflash_reg>;

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>;

arch/arm/boot/dts/samsung/exynos4412-midas.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@
14401440
#address-cells = <1>;
14411441
#size-cells = <0>;
14421442
non-removable;
1443+
cap-power-off-card;
14431444
bus-width = <4>;
14441445

14451446
mmc-pwrseq = <&wlan_pwrseq>;

0 commit comments

Comments
 (0)