Re: [PATCH v3 2/5] dt-bindings: rtc: abx80x: convert to yaml

From: Josua Mayer
Date: Fri Feb 02 2024 - 10:54:24 EST


Am 02.02.24 um 16:34 schrieb Rob Herring:
> On Fri, 02 Feb 2024 15:22:18 +0100, Josua Mayer wrote:
>> Convert the abracon abx80x rtc text bindings to dt-schema format.
>>
>> In addition to the text description reference generic interrupts
>> properties and add an example.
>>
>> Signed-off-by: Josua Mayer <josua@xxxxxxxxxxxxx>
>> ---
>> .../devicetree/bindings/rtc/abracon,abx80x.txt | 31 ----------
>> .../devicetree/bindings/rtc/abracon,abx80x.yaml | 72 ++++++++++++++++++++++
>> 2 files changed, 72 insertions(+), 31 deletions(-)
>>
> My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
> on your patch (DT_CHECKER_FLAGS is new in v5.13):
>
> yamllint warnings/errors:
>
> dtschema/dtc warnings/errors:
> Error: Documentation/devicetree/bindings/rtc/abracon,abx80x.example.dts:30.30-31 syntax error
Fixed in v4 by referencing "real" fake_intc0 rather than fictitious gpio0
> FATAL ERROR: Unable to parse input tree
> make[2]: *** [scripts/Makefile.lib:419: Documentation/devicetree/bindings/rtc/abracon,abx80x.example.dtb] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1428: dt_binding_check] Error 2
> make: *** [Makefile:240: __sub-make] Error 2