On 20/08/2024 13:43, Arend van Spriel wrote: > On 8/20/2024 1:14 PM, Rob Herring (Arm) wrote: >> >> On Tue, 20 Aug 2024 12:12:15 +0200, Arend van Spriel wrote: >>> When extending the bindings for Apple PCIe devices the compatible property >>> specification was changed. However, it was changed such that for these >>> devices it was no longer necessary to have "brcm,bcm4329-fmac" listed as >>> string in the compatible list property as it was before that extension. >>> This patch restores that constraint. >>> >>> Fixes: e2e37224e8b3 ("dt-bindings: net: bcm4329-fmac: Add Apple properties & chips") >>> Signed-off-by: Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> >>> --- >>> .../net/wireless/brcm,bcm4329-fmac.yaml | 19 ++++++++++--------- >>> 1 file changed, 10 insertions(+), 9 deletions(-) >>> >> >> My bot found errors running 'make dt_binding_check' on your patch: >> >> yamllint warnings/errors: >> ./Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml:48:5: [error] syntax error: expected <block end>, but found '-' (syntax) >> >> dtschema/dtc warnings/errors: >> /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml: ignoring, error parsing file >> ./Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml:48:5: did not find expected key >> Documentation/devicetree/bindings/mmc/mmc-controller.example.dtb: /example-0/mmc@1c12000/wifi@1: failed to match any schema with compatible: ['brcm,bcm4329-fmac'] >> make[2]: *** Deleting file 'Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.example.dts' >> Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.yaml:48:5: did not find expected key >> make[2]: *** [Documentation/devicetree/bindings/Makefile:26: Documentation/devicetree/bindings/net/wireless/brcm,bcm4329-fmac.example.dts] Error 1 >> make[2]: *** Waiting for unfinished jobs.... >> make[1]: *** [/builds/robherring/dt-review-ci/linux/Makefile:1432: dt_binding_check] Error 2 >> make: *** [Makefile:224: __sub-make] Error 2 >> >> doc reference errors (make refcheckdocs): >> >> See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240820101216.355012-2-arend.vanspriel@xxxxxxxxxxxx >> >> 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. > > Thanks, Rob > > I will have to setup my environment for that. Will take a while to get > it all working. It's just two commands: pip install or pix install if you use newer Ubuntu (no magic here, just like every other Python package) and then `make dt_bindings_check`, optionally with arguments. There is no environment needed, you can do all this in the same place you build and test kernel changes. Best regards, Krzysztof