Message ID | 20210420164943.11152-1-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | [01/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Itop Core | expand |
On Tue, 20 Apr 2021 18:49:33 +0200, Krzysztof Kozlowski wrote: > The RTC on S5M8767 PMIC can wakeup the system from suspend to RAM. > Add a generic property for this. Applied, thanks! [01/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Itop Core commit: a1972739c01612adee6bb0a0306ea29be0bb4955 [02/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Origen4412 commit: 765210e19859fcd83dad26441a5c499c0fe27e28 [03/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Arndale commit: 0272619bde229386edf9f1358470e265628d1653 [04/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid XU commit: 760ebb8a2529f92f772424c7ddc385a07a9e90a0 [05/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Midas commit: 7f23ea1265c3dc2cd5824f67498078fa23ede782 [06/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid X/U3 commit: 1178f7127a4679db9b70eb16737627f764d7a9c5 [07/11] ARM: dts: exynos: enable PMIC wakeup from suspend on P4 Note commit: 9614ae53753003e7a4ecf800db3da189c0f0acd5 [08/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Arndale Octa commit: 1d4203b1fa02fca97ca97484f2a43da187112ad1 [09/11] ARM: dts: exynos: enable PMIC wakeup from suspend on SMDK5420 commit: a145cc05cb2ccbdde2621c91c7d56c3435d3a125 [10/11] ARM: dts: exynos: enable PMIC wakeup from suspend on Odroid XU3/XU4 family commit: e4c9b60b271ce428d97577502be9393bdc46dd94 [11/11] arm64: dts: exynos: enable PMIC wakeup from suspend on TM2 commit: d3f713e6b3ccb1bf8306aaff8b11fd30844db0cf Best regards, -- Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
diff --git a/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi b/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi index 4583d342af39..b3726d4d7d93 100644 --- a/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi +++ b/arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi @@ -163,6 +163,7 @@ s5m8767: pmic@66 { <1025000>, <950000>, <918750>, <900000>, <875000>, <831250>; + wakeup-source; regulators { ldo1_reg: LDO1 {
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-itop-scp-core.dtsi | 1 + 1 file changed, 1 insertion(+)