Re: [PATCH v8 8/8] dt-bindings: thermal: tsens: Document ipq8064 bindings
From: Rob Herring <robh@kernel.org>
Date: 2021-01-22 14:06:06
Also in:
linux-arm-msm, linux-pm, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-01-22 14:06:06
Also in:
linux-arm-msm, linux-pm, lkml
On Thu, 21 Jan 2021 20:18:53 +0100, Ansuel Smith wrote:
Document the use of bindings used for msm8960 tsens based devices. msm8960 use the same gcc regs and is set as a child of the qcom gcc. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> --- .../bindings/thermal/qcom-tsens.yaml | 75 ++++++++++++++++--- 1 file changed, 65 insertions(+), 10 deletions(-)
My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: ./Documentation/devicetree/bindings/thermal/qcom-tsens.yaml:25:13: [warning] wrong indentation: expected 14 but found 12 (indentation) dtschema/dtc warnings/errors: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/thermal/qcom-tsens.example.dt.yaml: thermal-sensor@4a9000: nvmem-cell-names: ['calib'] is too short From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml See https://patchwork.ozlabs.org/patch/1430043 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.