aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2020-01-16 19:41:17 +0100
committerDaniel Lezcano <daniel.lezcano@linaro.org>2020-01-27 11:43:24 +0100
commitc168baec00a04e06cd3a6b644946190f5bbb472a (patch)
treeb2e9bf47b3873b71311093d1f042cb39fa02f371 /Documentation/devicetree
parentthermal: brcmstb_thermal: Register different ops per process (diff)
downloadlinux-dev-c168baec00a04e06cd3a6b644946190f5bbb472a.tar.xz
linux-dev-c168baec00a04e06cd3a6b644946190f5bbb472a.zip
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 <stefan.wahren@i2se.com> Fixes: 37e9cc08e9678 ("dt-bindings: Add Broadcom AVS RO thermal") Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/1579200077-17496-1-git-send-email-stefan.wahren@i2se.com
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml9
1 files changed, 6 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml b/Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml
index 98e7b57bfa13..d9fdf4809a49 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:
- |