diff options
author | Karthikeyan Krishnasamy <[email protected]> | 2024-09-12 19:54:48 +0530 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2024-09-18 10:48:10 +0200 |
commit | 4015580e983daa699d7e1693328dd81f0e295589 (patch) | |
tree | 4ca7c97581959f5ea9312fb771b0b541b56ee1f7 | |
parent | 60a06efc56d7d336d13fae58f9e90c8a4e21619e (diff) |
dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property
RV3028 RTC has a clock out features, the clk out can be
controlled using clkout register, to consume the clock out
from rv3028 '#clock-cells' property is added.
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Karthikeyan Krishnasamy <[email protected]>
Acked-by: Alexandre Belloni <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml index 5ade5dfad048..cda8ad7c1203 100644 --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3028.yaml @@ -22,6 +22,9 @@ properties: interrupts: maxItems: 1 + "#clock-cells": + const: 0 + trickle-resistor-ohms: enum: - 3000 |