[PATCH] dt-bindings: rtc: Drop non-trivial duplicate compatibles

Rob Herring (Arm) posted 1 patch 2 months, 2 weeks ago
Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 7 -------
1 file changed, 7 deletions(-)
[PATCH] dt-bindings: rtc: Drop non-trivial duplicate compatibles
Posted by Rob Herring (Arm) 2 months, 2 weeks ago
Several compatibles documented in trivial-rtc.yaml are documented
elsewhere and are not trivial, so drop them.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
index fffd759c603f..9e506543f5bf 100644
--- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
@@ -43,7 +43,6 @@ properties:
       # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
       - epson,rx8010
       # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
-      - epson,rx8025
       - epson,rx8035
       # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM
       - epson,rx8111
@@ -52,10 +51,6 @@ properties:
       - epson,rx8581
       # Android Goldfish Real-time Clock
       - google,goldfish-rtc
-      # Intersil ISL1208 Low Power RTC with Battery Backed SRAM
-      - isil,isl1208
-      # Intersil ISL1218 Low Power RTC with Battery Backed SRAM
-      - isil,isl1218
       # Mvebu Real-time Clock
       - marvell,orion-rtc
       # Maxim DS1742/DS1743 Real-time Clock
@@ -68,8 +63,6 @@ properties:
       - microcrystal,rv8523
       # NXP LPC32xx SoC Real-time Clock
       - nxp,lpc3220-rtc
-      # Real-time Clock Module
-      - pericom,pt7c4338
       # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
       - ricoh,r2025sd
       # I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
-- 
2.45.2
Re: [PATCH] dt-bindings: rtc: Drop non-trivial duplicate compatibles
Posted by Alexandre Belloni 2 months, 2 weeks ago
On Tue, 10 Sep 2024 18:44:31 -0500, Rob Herring (Arm) wrote:
> Several compatibles documented in trivial-rtc.yaml are documented
> elsewhere and are not trivial, so drop them.
> 
> 

Applied, thanks!

[1/1] dt-bindings: rtc: Drop non-trivial duplicate compatibles
      https://git.kernel.org/abelloni/c/bf12e99b8342

Best regards,

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
Re: [PATCH] dt-bindings: rtc: Drop non-trivial duplicate compatibles
Posted by Conor Dooley 2 months, 2 weeks ago
On Tue, Sep 10, 2024 at 06:44:31PM -0500, Rob Herring (Arm) wrote:
> Several compatibles documented in trivial-rtc.yaml are documented
> elsewhere and are not trivial, so drop them.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Acked-by: Conor Dooley <conor.dooley@microchip.com>