From: Stefan Wahren Date: Thu, 16 Jan 2020 18:41:17 +0000 (+0100) Subject: dt-bindings: brcm,avs-ro-thermal: Fix binding check issues X-Git-Tag: v5.6-rc1~149^2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c168baec00a04e06cd3a6b644946190f5bbb472a;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: brcm,avs-ro-thermal: Fix binding check issues Drop the reg property since this only necessary for the parent and add the missing thermal-sensor-cells property description. Signed-off-by: Stefan Wahren Fixes: 37e9cc08e9678 ("dt-bindings: Add Broadcom AVS RO thermal") Reviewed-by: Rob Herring Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1579200077-17496-1-git-send-email-stefan.wahren@i2se.com --- diff --git a/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml b/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml index 98e7b57bfa13a..d9fdf4809a497 100644 --- a/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml +++ b/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml @@ -23,12 +23,15 @@ properties: compatible: const: brcm,bcm2711-thermal - reg: - maxItems: 1 + # See ./thermal.txt for details + "#thermal-sensor-cells": + const: 0 required: - compatible - - reg + - '#thermal-sensor-cells' + +additionalProperties: false examples: - |