dt: bindings: update rpi-rtc binding
authorJonathan Bell <jonathan@raspberrypi.com>
Mon, 18 Sep 2023 15:33:06 +0000 (16:33 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:34:52 +0000 (11:34 +0000)
Add property for bcm2712 firmware RTC driver charger control

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
Documentation/devicetree/bindings/rtc/rtc-rpi.txt

index bbbc28b..ed0d0d0 100644 (file)
@@ -9,9 +9,14 @@ Required properties:
 compatible: should be "raspberrypi,rpi-rtc"
 firmware:   Reference to the RPi firmware device node.
 
+Optional property:
+trickle-charge-microvolt: specify a trickle charge voltage for the backup
+                          battery in microvolts.
+
 Example:
 
        rpi_rtc: rpi_rtc {
                compatible = "raspberrypi,rpi-rtc";
                firmware = <&firmware>;
+               trickle-charge-microvolt = <3000000>;
        };