diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:36 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:02 +0200 |
commit | 6b697024f7bc3122a3185d9e2b388dac4fb5a7c7 (patch) | |
tree | 18fed13394cbf6ea8c0d67d430c48c2a55db240f /arch/arm64/boot/dts/amlogic | |
parent | arm64: dts: meson-gxbb-vega-s95: add keep-power-in-suspend property in SDIO node (diff) | |
download | linux-6b697024f7bc3122a3185d9e2b388dac4fb5a7c7.tar.xz linux-6b697024f7bc3122a3185d9e2b388dac4fb5a7c7.zip |
arm64: dts: meson-gxbb-wetek: 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 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi index 4c539881fbb7..dee51cf95223 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi @@ -200,6 +200,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 = <&vddao_3v3>; |