diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 18:23:42 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 18:43:03 +0300 |
commit | 2e09574d172e6da4ee251203660c5a56b0b4c068 (patch) | |
tree | f888e6581a95221dafa5244c72e649cb47c29870 /arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | |
parent | e326c96778d23fbaa8c847f67ae84d113c2c119d (diff) | |
download | linux-2e09574d172e6da4ee251203660c5a56b0b4c068.tar.xz |
arm64: dts: meson-sm1-sei610: 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-sm1-sei610.dts')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index 3435aaa4e8db..1d627f7f47b2 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -305,6 +305,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>; |