diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:39 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 08:43:03 -0700 |
commit | 32122c465ccb16d2069a40e48a70c069d04ef942 (patch) | |
tree | f405b5a0aa1c11817ee4cb1e4998475d6f0e3458 /arch/arm64/boot/dts/amlogic | |
parent | 92f540959a4f2d3656b6fb9dd1dfdd716eff108d (diff) | |
download | linux-32122c465ccb16d2069a40e48a70c069d04ef942.tar.bz2 |
arm64: dts: meson-gxl-s905x-p212: 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-gxl-s905x-p212.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi index e3c16f50814b..43eb7d149e36 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905x-p212.dtsi @@ -119,6 +119,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>; |