diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:33 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:02 +0200 |
commit | 42d7815c2200e4808f8e2e1c4f9c37bf19776fbc (patch) | |
tree | 86c2c6eefcbfce0fd010992a62aa49ad648a8e7e /arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts | |
parent | arm64: dts: meson-gxbb-nanopi-k2: add keep-power-in-suspend property in SDIO ... (diff) | |
download | linux-42d7815c2200e4808f8e2e1c4f9c37bf19776fbc.tar.xz linux-42d7815c2200e4808f8e2e1c4f9c37bf19776fbc.zip |
arm64: dts: meson-gxbb-nexbox-a95x: 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-gxbb-nexbox-a95x.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts index afcf8a9f667b..65ec7dea828c 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts @@ -220,6 +220,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>; |