diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:30 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:04 +0200 |
commit | ec9037c040411413b84d18224e4de5395fbd2e49 (patch) | |
tree | 28b09fc1c411e59bb3604a69905c5a092db907c3 /arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | |
parent | arm64: dts: meson-sm1-sei610: add keep-power-in-suspend property in SDIO node (diff) | |
download | linux-ec9037c040411413b84d18224e4de5395fbd2e49.tar.xz linux-ec9037c040411413b84d18224e4de5395fbd2e49.zip |
arm64: dts: meson-g12b-khadas-vim3: add keep-power-in-suspend property in SDIO node
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi index 8647da7d6609..4fe7d33ebe8a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi @@ -274,6 +274,9 @@ 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>; |