diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:41 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:03 +0200 |
commit | e326c96778d23fbaa8c847f67ae84d113c2c119d (patch) | |
tree | 018bca65291b766e3f097694885ba694cb48837a /arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | |
parent | arm64: dts: meson-gxm-khadas-vim2: add keep-power-in-suspend property in SDIO... (diff) | |
download | linux-e326c96778d23fbaa8c847f67ae84d113c2c119d.tar.xz linux-e326c96778d23fbaa8c847f67ae84d113c2c119d.zip |
arm64: dts: meson-gxm-rbox-pro: 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/meson-gxm-rbox-pro.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts index 5cd4d35006d0..420a88e9a195 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-rbox-pro.dts @@ -148,6 +148,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>; |