diff options
| author | Jonathan Bakker <[email protected]> | 2020-05-01 16:50:05 -0700 |
|---|---|---|
| committer | Krzysztof Kozlowski <[email protected]> | 2020-05-04 17:13:04 +0200 |
| commit | 869d42e6eba821905e1a0950623aadafe1a6e6d3 (patch) | |
| tree | 1aa07eb4e19a2871dd89d81ede4525d7ab12f781 | |
| parent | 386c7b372dd8ba9c6706084ade089a1f90551017 (diff) | |
ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on Aries
SDHCI1 is connected to a BCM4329 WiFi/BT chip which requires
power to be kept over suspend. As the surrounding hardware supports
this, mark it as such. This fixes WiFi after a suspend/resume cycle.
Fixes: 170642468a51 ("ARM: dts: s5pv210: Add initial DTS for Samsung Aries based phones")
Cc: <[email protected]>
Signed-off-by: Jonathan Bakker <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/s5pv210-aries.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/s5pv210-aries.dtsi b/arch/arm/boot/dts/s5pv210-aries.dtsi index 8ff70b856334..d419b77201f7 100644 --- a/arch/arm/boot/dts/s5pv210-aries.dtsi +++ b/arch/arm/boot/dts/s5pv210-aries.dtsi @@ -454,6 +454,7 @@ pinctrl-names = "default"; cap-sd-highspeed; cap-mmc-highspeed; + keep-power-in-suspend; mmc-pwrseq = <&wifi_pwrseq>; non-removable; |