diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2024-01-08 03:43:57 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2024-01-16 00:29:48 +0300 |
commit | 83c0711453e54dc696b13e9512fbbed6d9180ea2 (patch) | |
tree | 553a248f6b74f5df9b3b1398ee3b16782ac7365f /Documentation | |
parent | eea7615b684fc98cd0403beaaa2194e6f029c812 (diff) | |
download | linux-83c0711453e54dc696b13e9512fbbed6d9180ea2.tar.xz |
rtc: rv8803: add wakeup-source support
The RV8803 can be wired directly to a PMIC that can wake up an SoC without
the CPU getting interrupts.
Link: https://lore.kernel.org/r/20240108004357.602918-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/epson,rx8900.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml index 1df7c45d95c1..b770149c5fd6 100644 --- a/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml +++ b/Documentation/devicetree/bindings/rtc/epson,rx8900.yaml @@ -29,6 +29,8 @@ properties: trickle-diode-disable: true + wakeup-source: true + required: - compatible - reg |