On Wed, 23 Jun 2021 19:53:51 +0200, Konrad Dybcio wrote: > Document the newly added MDM9607 pinctrl driver. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx> > --- > Changes since v2: > - Fixed up to use qcom,tlmm-common.yaml as per Bjorn's request > - NOT added Rob Herring's r-b as the yaml changed somewhat significantly > .../pinctrl/qcom,mdm9607-pinctrl.yaml | 133 ++++++++++++++++++ > 1 file changed, 133 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.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: Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-pinctrl.example.dt.yaml:0:0: /example-0/pinctrl@1000000: failed to match any schema with compatible: ['qcom,mdm9607-pinctrl'] \ndoc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/1496238 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.