diff mbox series

dt-bindings: rtc: nxp,pcf8563: Absorb pcf85263/pcf85363 bindings

Message ID e4f48d97f0e16d78a796f02b77ea3a0018904185.1623416431.git.geert+renesas@glider.be
State Accepted, archived
Headers show
Series dt-bindings: rtc: nxp,pcf8563: Absorb pcf85263/pcf85363 bindings | expand

Checks

Context Check Description
robh/checkpatch warning total: 0 errors, 1 warnings, 11 lines checked

Commit Message

Geert Uytterhoeven June 11, 2021, 1:01 p.m. UTC
The NXP PCF85263/PCF85363 Real Time Clock is very similar to the NXP
PCF8563.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 .../devicetree/bindings/rtc/nxp,pcf8563.yaml    |  4 +++-
 .../devicetree/bindings/rtc/pcf85363.txt        | 17 -----------------
 2 files changed, 3 insertions(+), 18 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/rtc/pcf85363.txt

Comments

Rob Herring June 16, 2021, 5:58 p.m. UTC | #1
On Fri, 11 Jun 2021 15:01:45 +0200, Geert Uytterhoeven wrote:
> The NXP PCF85263/PCF85363 Real Time Clock is very similar to the NXP
> PCF8563.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  .../devicetree/bindings/rtc/nxp,pcf8563.yaml    |  4 +++-
>  .../devicetree/bindings/rtc/pcf85363.txt        | 17 -----------------
>  2 files changed, 3 insertions(+), 18 deletions(-)
>  delete mode 100644 Documentation/devicetree/bindings/rtc/pcf85363.txt
> 

Applied, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
index a542b6c7ff4445b5..a98b72752349fa6b 100644
--- a/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
+++ b/Documentation/devicetree/bindings/rtc/nxp,pcf8563.yaml
@@ -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
index 94adc1cf93d9b10b..0000000000000000
--- a/Documentation/devicetree/bindings/rtc/pcf85363.txt
+++ /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>;
-};
-