[PATCH v2 1/2] dt-bindings: rtc: Add Epson RX8111

Waqar Hameed posted 2 patches 2 years, 3 months ago
There is a newer version of this series
[PATCH v2 1/2] dt-bindings: rtc: Add Epson RX8111
Posted by Waqar Hameed 2 years, 3 months ago
Epson RX8111 is an RTC with timestamp functionality. Add devicetree
bindings requiring the compatible string and I2C slave address (reg)
through `trivial-rtc.yaml`.

Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
---
 Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
index 9af77f21bb7f..b0c07f734f14 100644
--- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
@@ -38,6 +38,7 @@ properties:
       - epson,rx8025
       - epson,rx8035
       # I2C-BUS INTERFACE REAL TIME CLOCK MODULE with Battery Backed RAM
+      - epson,rx8111
       - epson,rx8571
       # I2C-BUS INTERFACE REAL TIME CLOCK MODULE
       - epson,rx8581
-- 
2.30.2
Re: [PATCH v2 1/2] dt-bindings: rtc: Add Epson RX8111
Posted by Krzysztof Kozlowski 2 years, 3 months ago
On 22/08/2023 12:25, Waqar Hameed wrote:
> Epson RX8111 is an RTC with timestamp functionality. Add devicetree
> bindings requiring the compatible string and I2C slave address (reg)
> through `trivial-rtc.yaml`.
> 
> Signed-off-by: Waqar Hameed <waqar.hameed@axis.com>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof