diff options
author | 2024-09-12 19:54:48 +0530 | |
---|---|---|
committer | 2024-09-18 10:48:10 +0200 | |
commit | 4015580e983daa699d7e1693328dd81f0e295589 (patch) | |
tree | 4ca7c97581959f5ea9312fb771b0b541b56ee1f7 | |
parent | rtc: m48t59: Remove division condition with direct comparison (diff) | |
download | wireguard-linux-4015580e983daa699d7e1693328dd81f0e295589.tar.xz wireguard-linux-4015580e983daa699d7e1693328dd81f0e295589.zip |
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 <conor.dooley@microchip.com>
Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20240912142451.2952633-4-karthikeyan@linumiz.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-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 |