diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:40 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 08:43:03 -0700 |
commit | 362e75c50ae3287c9fa733035f1340af5deb0d5f (patch) | |
tree | 712262f1f41f79f8fbdc9448e9fb7155a6d8f283 /arch/arm64/boot/dts/amlogic | |
parent | 32122c465ccb16d2069a40e48a70c069d04ef942 (diff) | |
download | linux-362e75c50ae3287c9fa733035f1340af5deb0d5f.tar.bz2 |
arm64: dts: meson-gxm-khadas-vim2: 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-gxm-khadas-vim2.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts index f25ddd18a607..5fc38788610f 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts @@ -332,6 +332,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>; |