diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 18:23:38 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 18:43:03 +0300 |
commit | 92f540959a4f2d3656b6fb9dd1dfdd716eff108d (patch) | |
tree | 46b5cf062084794dcfe22f49eceb7d042ef62a1e /arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | |
parent | cfd7a215e2d67e4a91638375da9dd96e65c54297 (diff) | |
download | linux-92f540959a4f2d3656b6fb9dd1dfdd716eff108d.tar.xz |
arm64: dts: meson-gxl-s905x-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 'arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts index c433a031841f..62dd87821ce5 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts @@ -165,6 +165,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>; |