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

From: Waqar Hameed
Date: Mon Aug 07 2023 - 17:05:44 EST


On Sat, Aug 05, 2023 at 22:28 +0200 Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote:

> On 04/08/2023 16:19, Waqar Hameed wrote:
>> Epson RX8111 is an RTC with timestamp functionality. Add devicetree
>> bindings requiring the compatible string and I2C slave address (reg).
>
>
>> +
>> +maintainers:
>> + - Waqar Hameed <waqar.hameed@xxxxxxxx>
>> +
>> +description: |
>> + RTC with timestamp functionality.
>> +
>> + https://support.epson.biz/td/api/doc_check.php?dl=app_RX8111CE&lang=en
>> +
>> +properties:
>> + compatible:
>> + const: epson,rx8111
>> +
>> + reg:
>> + const: 0x32
>> +
>> +required:
>> + - compatible
>> + - reg
>
> Just add it to trivial-rtc.yaml. You miss here more things than trivial
> is providing, so...

Oh, I wasn't even aware of that file. I'll add it there instead!