mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
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>
This commit is contained in:
@@ -853,6 +853,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
non-removable;
|
||||
cap-power-off-card;
|
||||
bus-width = <4>;
|
||||
mmc-pwrseq = <&wlan_pwrseq>;
|
||||
vmmc-supply = <&vtf_reg>;
|
||||
|
||||
@@ -518,6 +518,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
non-removable;
|
||||
cap-power-off-card;
|
||||
bus-width = <4>;
|
||||
mmc-pwrseq = <&wlan_pwrseq>;
|
||||
vmmc-supply = <&tflash_reg>;
|
||||
|
||||
@@ -610,6 +610,7 @@
|
||||
#size-cells = <0>;
|
||||
|
||||
non-removable;
|
||||
cap-power-off-card;
|
||||
bus-width = <4>;
|
||||
mmc-pwrseq = <&wlan_pwrseq>;
|
||||
vmmc-supply = <&ldo5_reg>;
|
||||
|
||||
@@ -1440,6 +1440,7 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
non-removable;
|
||||
cap-power-off-card;
|
||||
bus-width = <4>;
|
||||
|
||||
mmc-pwrseq = <&wlan_pwrseq>;
|
||||
|
||||
Reference in New Issue
Block a user