diff options
author | Marek Vasut <marex@denx.de> | 2023-09-21 21:26:04 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-10-15 23:29:15 +0200 |
commit | dc71c03b0a2937545d2c6ff89d2275890a309618 (patch) | |
tree | 70b892dedcb64e3e1af54123c92de80717ba3c79 /Documentation/devicetree/bindings | |
parent | dt-bindings: rtc: pcf8523: Convert to YAML (diff) | |
download | linux-dc71c03b0a2937545d2c6ff89d2275890a309618.tar.xz linux-dc71c03b0a2937545d2c6ff89d2275890a309618.zip |
dt-bindings: rtc: microcrystal,rv3032: Document wakeup-source property
The RV3032 can be used as a wake-up source, document the 'wakeup-source'
property as allowed property.
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230921192604.70944-1-marex@denx.de
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml index 27a9de10f0af..7680089d1d92 100644 --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml @@ -38,6 +38,8 @@ properties: - 3000 - 4400 + wakeup-source: true + required: - compatible - reg |