ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on Aries
authorJonathan Bakker <xc-racer2@live.ca>
Fri, 1 May 2020 23:50:05 +0000 (16:50 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jun 2020 07:31:22 +0000 (09:31 +0200)
commit 869d42e6eba821905e1a0950623aadafe1a6e6d3 upstream.

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: <stable@vger.kernel.org>
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 8ff70b8..d419b77 100644 (file)
        pinctrl-names = "default";
        cap-sd-highspeed;
        cap-mmc-highspeed;
+       keep-power-in-suspend;
 
        mmc-pwrseq = <&wifi_pwrseq>;
        non-removable;