Hi Rob, >From: Rob Herring <robh@xxxxxxxxxx> >Sent: Wednesday, July 26, 2023 7:53 PM >To: TY_Chang[張子逸] <tychang@xxxxxxxxxxx> >Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@xxxxxxxxxx>; Rob Herring ><robh+dt@xxxxxxxxxx>; Conor Dooley <conor+dt@xxxxxxxxxx>; >devicetree@xxxxxxxxxxxxxxx; linux-gpio@xxxxxxxxxxxxxxx; >linux-kernel@xxxxxxxxxxxxxxx; Linus Walleij <linus.walleij@xxxxxxxxxx> >Subject: Re: [PATCH 7/7] dt-bindings: pinctrl: realtek: add RTD1619B pinctrl binding > > >External mail. > > > >On Wed, 26 Jul 2023 17:04:09 +0800, TY Chang wrote: >> Add device tree bindings for RTD1619B. >> >> Signed-off-by: TY Chang <tychang@xxxxxxxxxxx> >> --- >> .../pinctrl/realtek,rtd1619b-pinctrl.yaml | 162 ++++++++++++++++++ >> 1 file changed, 162 insertions(+) >> create mode 100644 >> Documentation/devicetree/bindings/pinctrl/realtek,rtd1619b-pinctrl.yam >> l >> > >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: >Documentation/devicetree/bindings/pinctrl/realtek,rtd1619b-pinctrl.example.dtb: >/example-0/pinctrl@4e000: failed to match any schema with compatible: >['realtek,rtd16xxb-pinctrl'] > >doc reference errors (make refcheckdocs): > >See >https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20230726090409 >.16606-8-tychang@xxxxxxxxxxx > >The base for the series is generally the latest rc1. A different dependency should be >noted in *this* patch. > >If you already ran 'make dt_binding_check' and didn't see the above error(s), then >make sure 'yamllint' is installed and dt-schema is up to >date: > >pip3 install dtschema --upgrade > >Please check and re-submit after running the above command yourself. Note that >DT_SCHEMA_FILES can be set to your schema file to speed up checking your >schema. However, it must be unset to test all examples with your schema. > I will fix it in the next version. Thanks, TY Chang