forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/devicetree/bindings/rtc/rtc-ds1307.txt
....@@ -19,6 +19,7 @@
1919 "pericom,pt7c4338",
2020 "epson,rx8025",
2121 "isil,isl12057"
22
+ "epson,rx8130"
2223 - reg: I2C bus address of the device
2324
2425 Optional properties:
....@@ -30,12 +31,19 @@
3031 Selected resistor for trickle charger
3132 Possible values are 250, 2000, 4000
3233 Should be given if trickle charger should be enabled
33
-- trickle-diode-disable : ds1339, ds1340 and ds 1388 only
34
+- aux-voltage-chargeable: ds1339, ds1340, ds1388 and rx8130 only
35
+ Tells whether the battery/supercap of the RTC (if any) is
36
+ chargeable or not.
37
+ Possible values are 0 (not chargeable), 1 (chargeable)
38
+
39
+Deprecated properties:
40
+- trickle-diode-disable : ds1339, ds1340 and ds1388 only
3441 Do not use internal trickle charger diode
3542 Should be given if internal trickle charger diode should be disabled
43
+ (superseded by aux-voltage-chargeable)
3644
3745 Example:
38
- rtc1: ds1339@68 {
46
+ ds1339: rtc@68 {
3947 compatible = "dallas,ds1339";
4048 reg = <0x68>;
4149 interrupt-parent = <&gpio4>;