Re: [PATCH 2/2] dt-bindings: thermal: tsens: Add zeroc interrupt support in yaml

From: manafm
Date: Sun May 17 2020 - 06:32:28 EST


On 2020-05-05 21:08, Rob Herring wrote:
On Tue, 5 May 2020 16:42:04 +0530, Manaf Meethalavalappu Pallikunhi wrote:
Add 0C (zeroc) interrupt support for tsens in yaml.

Signed-off-by: Manaf Meethalavalappu Pallikunhi <manafm@xxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


My bot found errors running 'make dt_binding_check' on your patch:

/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/thermal/qcom-tsens.example.dt.yaml:
thermal-sensor@c263000: interrupt-names: ['uplow', 'critical',
'zeroc'] is too long
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/thermal/qcom-tsens.example.dt.yaml:
thermal-sensor@c263000: interrupts: [[0, 506, 4], [0, 508, 4], [0,
510, 1]] is too long

See https://patchwork.ozlabs.org/patch/1283470

If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure dt-schema is up to date:

pip3 install
git+https://github.com/devicetree-org/dt-schema.git@master --upgrade

Please check and re-submit.
Addressed above errors for Documentation/devicetree/bindings/thermal/qcom-tsens.yaml in v2