mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
arm64: dts: exynos: enable PMIC wakeup from suspend on TM2
The RTC on S2MPS13 PMIC can wakeup the system from suspend to RAM. Add a generic property for this. Link: https://lore.kernel.org/r/20210614193309.20248-2-krzysztof.kozlowski@canonical.com Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Link: https://lore.kernel.org/r/20210420164943.11152-11-krzysztof.kozlowski@canonical.com Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
989e7e357c
commit
c2d0501cdc
1 changed files with 1 additions and 0 deletions
|
@ -391,6 +391,7 @@ pmic@66 {
|
|||
interrupts = <7 IRQ_TYPE_LEVEL_LOW>;
|
||||
reg = <0x66>;
|
||||
samsung,s2mps11-wrstbi-ground;
|
||||
wakeup-source;
|
||||
|
||||
s2mps13_osc: clocks {
|
||||
compatible = "samsung,s2mps13-clk";
|
||||
|
|
Loading…
Reference in a new issue