Skip to content

Commit c168bae

Browse files
lategoodbyedlezcano
authored andcommitted
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 <[email protected]> Fixes: 37e9cc08e9678 ("dt-bindings: Add Broadcom AVS RO thermal") Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5fdd4e3 commit c168bae

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/devicetree/bindings/thermal/brcm,avs-ro-thermal.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,15 @@ properties:
2323
compatible:
2424
const: brcm,bcm2711-thermal
2525

26-
reg:
27-
maxItems: 1
26+
# See ./thermal.txt for details
27+
"#thermal-sensor-cells":
28+
const: 0
2829

2930
required:
3031
- compatible
31-
- reg
32+
- '#thermal-sensor-cells'
33+
34+
additionalProperties: false
3235

3336
examples:
3437
- |

0 commit comments

Comments
 (0)