On Tue, 05 Oct 2021 02:22:20 +0300, Dmitry Baryshkov wrote: > Convert Qualcomm PMIC MPP bindings from .txt to .yaml format. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/pinctrl/qcom,pmic-mpp.txt | 187 ------------------ > .../bindings/pinctrl/qcom,pmic-mpp.yaml | 178 +++++++++++++++++ > 2 files changed, 178 insertions(+), 187 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.txt > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml > 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: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.example.dt.yaml: mpps@a000: 'interrupt-controller' is a required property From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/pinctrl/qcom,pmic-mpp.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1536426 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. 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.