]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gx-p23x-q20x: add keep-power-in-suspend property in SDIO node
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 29 Aug 2019 15:23:31 +0000 (17:23 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 3 Oct 2019 15:43:01 +0000 (08:43 -0700)
The WiFi firmware requires that the power is kept enabled while in
suspend mode. Add the keep-power-in-suspend property in the SDIO node
to specify that the power must be kept when entering in a system wide
suspend state.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi

index a9b778571cf5b11c5b8a26e510d6b9872374a839..12d5e333e5f2c2f94143badb65ab00022dfdfb82 100644 (file)
@@ -169,6 +169,9 @@ &sd_emmc_a {
        non-removable;
        disable-wp;
 
+       /* WiFi firmware requires power to be kept while in suspend */
+       keep-power-in-suspend;
+
        mmc-pwrseq = <&sdio_pwrseq>;
 
        vmmc-supply = <&vddao_3v3>;