All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 02/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Origen4412
Date: Tue, 20 Apr 2021 18:49:34 +0200	[thread overview]
Message-ID: <20210420164943.11152-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20210420164943.11152-1-krzysztof.kozlowski@canonical.com>

The RTC on S5M8767 PMIC can wakeup the system from suspend to RAM.
Add a generic property for this.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/exynos4412-origen.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index e1f6de53e20e..5479ef09f9f3 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -144,6 +144,7 @@ pmic@66 {
 						 <1200000>, <1200000>,
 						 <1200000>, <1200000>,
 						 <1200000>, <1200000>;
+		wakeup-source;
 
 		s5m8767_osc: clocks {
 			compatible = "samsung,s5m8767-clk";
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 02/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Origen4412
Date: Tue, 20 Apr 2021 18:49:34 +0200	[thread overview]
Message-ID: <20210420164943.11152-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20210420164943.11152-1-krzysztof.kozlowski@canonical.com>

The RTC on S5M8767 PMIC can wakeup the system from suspend to RAM.
Add a generic property for this.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm/boot/dts/exynos4412-origen.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/exynos4412-origen.dts b/arch/arm/boot/dts/exynos4412-origen.dts
index e1f6de53e20e..5479ef09f9f3 100644
--- a/arch/arm/boot/dts/exynos4412-origen.dts
+++ b/arch/arm/boot/dts/exynos4412-origen.dts
@@ -144,6 +144,7 @@ pmic@66 {
 						 <1200000>, <1200000>,
 						 <1200000>, <1200000>,
 						 <1200000>, <1200000>;
+		wakeup-source;
 
 		s5m8767_osc: clocks {
 			compatible = "samsung,s5m8767-clk";
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-04-20 16:49 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 16:49 [PATCH 01/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Itop Core Krzysztof Kozlowski
2021-04-20 16:49 ` Krzysztof Kozlowski
2021-04-20 16:49 ` Krzysztof Kozlowski [this message]
2021-04-20 16:49   ` [PATCH 02/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Origen4412 Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 03/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Arndale Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 04/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid XU Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 05/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Midas Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 06/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid X/U3 Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 07/11] ARM: dts: exynos: enable PMIC wakeup from suspend on P4 Note Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 08/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Arndale Octa Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 09/11] ARM: dts: exynos: enable PMIC wakeup from suspend on SMDK5420 Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 10/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid XU3/XU4 family Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-04-20 16:49 ` [PATCH 11/11] arm64: dts: exynos: enable PMIC wakeup from suspend on TM2 Krzysztof Kozlowski
2021-04-20 16:49   ` Krzysztof Kozlowski
2021-05-11 12:40 ` [PATCH 01/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Itop Core Krzysztof Kozlowski
2021-05-11 12:40   ` Krzysztof Kozlowski

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=20210420164943.11152-2-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.