diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-29 17:23:34 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-10-03 17:43:02 +0200 |
commit | 0060bd29fc0c81a8ac1165daa17ae4b668866746 (patch) | |
tree | 5193fc7e13d388b9faebdb9ad346418e60a07176 /arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | |
parent | arm64: dts: meson-gxbb-nexbox-a95x: add keep-power-in-suspend property in SDI... (diff) | |
download | linux-0060bd29fc0c81a8ac1165daa17ae4b668866746.tar.xz linux-0060bd29fc0c81a8ac1165daa17ae4b668866746.zip |
arm64: dts: meson-gxbb-p20x: 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 '')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi index 89f7b41b0e9e..e803a466fe4e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi @@ -170,6 +170,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>; |