]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: meson-gxl-s805x-p241: add keep-power-in-suspend property in SDIO node
authorNeil Armstrong <narmstrong@baylibre.com>
Thu, 29 Aug 2019 15:23:37 +0000 (17:23 +0200)
committerKevin Hilman <khilman@baylibre.com>
Thu, 3 Oct 2019 15:43:02 +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-gxl-s805x-p241.dts

index 3a1484e5b8e1d7e5f8033a8daa9868f74edd801c..a1119cfb0280c3e1f38eebd885cb3ae3e61a2713 100644 (file)
@@ -165,6 +165,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>;