On Thu, 11 Mar 2021 12:59:57 +0530, satya priya wrote: > Convert pm8xxx rtc bindings from .txt to .yaml format. > > Signed-off-by: satya priya <skakit@xxxxxxxxxxxxxx> > --- > .../devicetree/bindings/mfd/qcom-pm8xxx.txt | 99 ------------------- > .../devicetree/bindings/mfd/qcom-pm8xxx.yaml | 108 +++++++++++++++++++++ > 2 files changed, 108 insertions(+), 99 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/mfd/qcom-pm8xxx.txt > create mode 100644 Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml:27:6: [warning] wrong indentation: expected 4 but found 5 (indentation) ./Documentation/devicetree/bindings/mfd/qcom-pm8xxx.yaml:30:6: [warning] wrong indentation: expected 4 but found 5 (indentation) dtschema/dtc warnings/errors: See https://patchwork.ozlabs.org/patch/1450975 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.