diff options
author | Johan Hovold <johan+linaro@kernel.org> | 2023-01-04 12:56:12 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-01-10 00:12:01 +0300 |
commit | 51b3802e79606b2326f4a8cac0f2766a2e15338b (patch) | |
tree | b0e7c014f05a019fa014b122b11fbcc68736d3a3 /Documentation/devicetree | |
parent | 101ca8d05913b7d1e6e8b9dd792193d4082fff86 (diff) | |
download | linux-51b3802e79606b2326f4a8cac0f2766a2e15338b.tar.xz |
dt-bindings: rtc: qcom-pm8xxx: allow 'wakeup-source' property
The RTC can be used as a wakeup source on at least some platforms so
allow it to be described as such.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230104095612.6756-1-johan+linaro@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml b/Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml index 0a7aa29563c1..21c8ea08ff0a 100644 --- a/Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/qcom-pm8xxx-rtc.yaml @@ -40,6 +40,8 @@ properties: description: Indicates that the setting of RTC time is allowed by the host CPU. + wakeup-source: true + required: - compatible - reg |