forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/devicetree/bindings/rtc/nxp,rtc-2123.txt
....@@ -1,7 +1,8 @@
11 NXP PCF2123 SPI Real Time Clock
22
33 Required properties:
4
-- compatible: should be: "nxp,rtc-pcf2123"
4
+- compatible: should be: "nxp,pcf2123"
5
+ or "microcrystal,rv2123"
56 - reg: should be the SPI slave chipselect address
67
78 Optional properties:
....@@ -10,7 +11,7 @@
1011 Example:
1112
1213 pcf2123: rtc@3 {
13
- compatible = "nxp,rtc-pcf2123"
14
+ compatible = "nxp,pcf2123"
1415 reg = <3>
1516 spi-cs-high;
1617 };