On Tue, 28 May 2024 13:56:46 -0400, Frank Li wrote: > Convert binding doc from txt to yaml. > > Remove redundated "gpio1: gpio@2300000" example. > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > --- > > Notes: > Pass dt_binding_check > make dt_binding_check DT_SCHEMA_FILES=fsl,qoriq-gpio.yaml > SCHEMA Documentation/devicetree/bindings/processed-schema.json > CHKDT Documentation/devicetree/bindings > LINT Documentation/devicetree/bindings > DTC_CHK Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.example.dtb > > .../bindings/gpio/fsl,qoriq-gpio.yaml | 80 +++++++++++++++++++ > .../devicetree/bindings/gpio/gpio-mpc8xxx.txt | 53 ------------ > 2 files changed, 80 insertions(+), 53 deletions(-) > create mode 100644 Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.yaml > delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/gpio/fsl,qoriq-gpio.example.dtb: gpio@1100: 'gpio-controller' is a dependency of '#gpio-cells' from schema $id: http://devicetree.org/schemas/gpio/gpio.yaml# doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20240528175647.2604295-1-Frank.Li@xxxxxxx 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.