OSDN Git Service

dt-bindings: rtc: nxp,pcf8563: Absorb pcf85263/pcf85363 bindings
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 11 Jun 2021 13:01:45 +0000 (15:01 +0200)
committerRob Herring <robh@kernel.org>
Wed, 16 Jun 2021 19:55:04 +0000 (13:55 -0600)
The NXP PCF85263/PCF85363 Real Time Clock is very similar to the NXP
PCF8563.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/e4f48d97f0e16d78a796f02b77ea3a0018904185.1623416431.git.geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
Documentation/devicetree/bindings/rtc/pcf85363.txt [deleted file]

index a542b6c..a98b727 100644 (file)
@@ -17,8 +17,10 @@ properties:
     enum:
       - epson,rtc8564
       - microcrystal,rv8564
-      - nxp,pcf8563
       - nxp,pca8565
+      - nxp,pcf8563
+      - nxp,pcf85263
+      - nxp,pcf85363
 
   reg:
     maxItems: 1
diff --git a/Documentation/devicetree/bindings/rtc/pcf85363.txt b/Documentation/devicetree/bindings/rtc/pcf85363.txt
deleted file mode 100644 (file)
index 94adc1c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-NXP PCF85263/PCF85363 Real Time Clock
-============================
-
-Required properties:
-- compatible: Should contain "nxp,pcf85263" or "nxp,pcf85363".
-- reg: I2C address for chip.
-
-Optional properties:
-- interrupts: IRQ line for the RTC (not implemented).
-
-Example:
-
-pcf85363: pcf85363@51 {
-       compatible = "nxp,pcf85363";
-       reg = <0x51>;
-};
-