[PATCH 1/4] dt-bindings: rtc: ds1307: Add epson,rx8901

Fredrik M Olsson posted 4 patches 1 month, 3 weeks ago
[PATCH 1/4] dt-bindings: rtc: ds1307: Add epson,rx8901
Posted by Fredrik M Olsson 1 month, 3 weeks ago
Add compatible string epson,rx8901 for the Epson RX8901CE RTC.

Signed-off-by: Fredrik M Olsson <fredrik.m.olsson@axis.com>
---
 Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml b/Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml
index 98d10e680144..9b2796804f07 100644
--- a/Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml
+++ b/Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml
@@ -31,6 +31,7 @@ properties:
           - epson,rx8025
           - isil,isl12057
           - epson,rx8130
+          - epson,rx8901
 
       - items:
           - enum:

-- 
2.43.0
Re: [PATCH 1/4] dt-bindings: rtc: ds1307: Add epson,rx8901
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On Fri, Dec 19, 2025 at 01:10:35PM +0100, Fredrik M Olsson wrote:
> Add compatible string epson,rx8901 for the Epson RX8901CE RTC.
> 
> Signed-off-by: Fredrik M Olsson <fredrik.m.olsson@axis.com>
> ---
>  Documentation/devicetree/bindings/rtc/rtc-ds1307.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof