Re: [PATCH] dt-bindings: pinctrl: convert pinctrl-mcp23s08.txt to yaml format

From: Rob Herring
Date: Tue Oct 22 2024 - 10:12:44 EST


On Tue, Oct 22, 2024 at 09:22:52AM +0000, Himanshu Bhavani wrote:
> Hi Rob,
>
> Command :
> make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.yaml
>
> Output :
> DTEX Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.example.dts
> DTC [C] Documentation/devicetree/bindings/pinctrl/pinctrl-mcp23s08.example.dtb
>
> I am not getting any error or warnings

Try applying the patch you sent. The applied patch truncates the file.
It looks to me like the line count in the diff chunk is wrong. It says
153 which is the length of the truncated file.

>
> I checked dtschema is up to date
> dtschema Version: 2024.5

Not the latest version, but that doesn't matter here.

> yamllint 1.33.0
>
> Regards,
> Himanshu