linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Armstrong <narmstrong@baylibre.com>
To: khilman@baylibre.com
Cc: linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
	Neil Armstrong <narmstrong@baylibre.com>
Subject: [PATCH 09/15] arm64: dts: meson-gxbb-wetek: add keep-power-in-suspend property in SDIO node
Date: Thu, 29 Aug 2019 17:23:36 +0200	[thread overview]
Message-ID: <20190829152342.27794-10-narmstrong@baylibre.com> (raw)
In-Reply-To: <20190829152342.27794-1-narmstrong@baylibre.com>

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>
---
 arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
index 4c539881fbb7..dee51cf95223 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi
@@ -200,6 +200,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>;
-- 
2.22.0


  parent reply	other threads:[~2019-08-29 15:24 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29 15:23 [PATCH 00/15] arm64: dts: meson: add keep-power-in-suspend property in boards SDIO nodes Neil Armstrong
2019-08-29 15:23 ` [PATCH 01/15] arm64: dts: meson-g12a-sei510: add keep-power-in-suspend property in SDIO node Neil Armstrong
2019-08-29 15:23 ` [PATCH 02/15] arm64: dts: meson-g12a-x96-max: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 03/15] arm64: dts: meson-g12b-khadas-vim3: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 04/15] arm64: dts: meson-gx-p23x-q20x: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 05/15] arm64: dts: meson-gxbb-nanopi-k2: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 06/15] arm64: dts: meson-gxbb-nexbox-a95x: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 07/15] arm64: dts: meson-gxbb-p20x: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 08/15] arm64: dts: meson-gxbb-vega-s95: " Neil Armstrong
2019-08-29 15:23 ` Neil Armstrong [this message]
2019-08-29 15:23 ` [PATCH 10/15] arm64: dts: meson-gxl-s805x-p241: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 11/15] arm64: dts: meson-gxl-s905x-nexbox-a95x: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 12/15] arm64: dts: meson-gxl-s905x-p212: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 13/15] arm64: dts: meson-gxm-khadas-vim2: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 14/15] arm64: dts: meson-gxm-rbox-pro: " Neil Armstrong
2019-08-29 15:23 ` [PATCH 15/15] arm64: dts: meson-sm1-sei610: " Neil Armstrong
2019-09-24 18:36 ` [PATCH 00/15] arm64: dts: meson: add keep-power-in-suspend property in boards SDIO nodes Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190829152342.27794-10-narmstrong@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).