On Sat, 01 Oct 2022 02:14:16 +0300, Dmitry Baryshkov wrote: > Merge qcom,saw2.txt bindings to existing qcom,spm.yaml. This fixes > compatibility of qcom,spm schema with regulator SAW2 devices. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../devicetree/bindings/arm/msm/qcom,saw2.txt | 58 ------------------- > .../bindings/soc/qcom/qcom,spm.yaml | 44 +++++++++----- > 2 files changed, 30 insertions(+), 72 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt > 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/dt-review-ci/linux/Documentation/devicetree/bindings/soc/qcom/qcom,spm.example.dtb: power-controller@2099000: '#power-domain-cells' is a required property From schema: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/power/power-domain.yaml doc reference errors (make refcheckdocs): See https://patchwork.ozlabs.org/patch/ 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.