On Fri, 04 Dec 2020 05:24:01 +0300, Dmitry Baryshkov wrote: > Convert soc/qcom/qcom,smem.txt bindings to YAML format. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > --- > .../bindings/soc/qcom/qcom,smem.txt | 57 --------------- > .../bindings/soc/qcom/qcom,smem.yaml | 73 +++++++++++++++++++ > 2 files changed, 73 insertions(+), 57 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.txt > create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smem.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/soc/qcom/qcom,smem.example.dt.yaml: memory@fc428000: 'device_type' is a required property From schema: /usr/local/lib/python3.8/dist-packages/dtschema/schemas/memory.yaml See https://patchwork.ozlabs.org/patch/1410768 The base for the patch is generally the last rc1. Any dependencies should be noted. 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.