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

index 8647da7d6609b05089bcced0dd21d9a19b3a41d2..4fe7d33ebe8a34001f04368dff5d9e2d9734646b 100644 (file)
@@ -274,6 +274,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 = <&vsys_3v3>;