Commit bbb4c179 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Daniel Lezcano

dt-bindings: thermal: simplify few bindings

Simplify few bindings which already reference thermal-sensor.yaml schema
by dropping unneeded requiring of '#thermal-sensor-cells' and dropping
assigned-clocks properties (core schema allows it if 'clocks' are
there).
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240705-dt-bindings-thermal-allof-v1-21-554061b52fbc@linaro.orgSigned-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent a985dcec
...@@ -42,7 +42,6 @@ additionalProperties: false ...@@ -42,7 +42,6 @@ additionalProperties: false
required: required:
- compatible - compatible
- reg - reg
- "#thermal-sensor-cells"
examples: examples:
- | - |
......
...@@ -34,7 +34,6 @@ required: ...@@ -34,7 +34,6 @@ required:
- compatible - compatible
- reg - reg
- clocks - clocks
- '#thermal-sensor-cells'
examples: examples:
- | - |
......
...@@ -28,7 +28,6 @@ properties: ...@@ -28,7 +28,6 @@ properties:
required: required:
- compatible - compatible
- '#thermal-sensor-cells'
additionalProperties: false additionalProperties: false
......
...@@ -38,7 +38,6 @@ required: ...@@ -38,7 +38,6 @@ required:
- compatible - compatible
- reg - reg
- interrupts - interrupts
- '#thermal-sensor-cells'
if: if:
properties: properties:
......
...@@ -99,7 +99,6 @@ required: ...@@ -99,7 +99,6 @@ required:
- resets - resets
- nvmem-cells - nvmem-cells
- nvmem-cell-names - nvmem-cell-names
- "#thermal-sensor-cells"
additionalProperties: false additionalProperties: false
......
...@@ -197,7 +197,6 @@ required: ...@@ -197,7 +197,6 @@ required:
- clock-names - clock-names
- resets - resets
- reset-names - reset-names
- "#thermal-sensor-cells"
allOf: allOf:
- $ref: thermal-sensor.yaml - $ref: thermal-sensor.yaml
......
...@@ -48,10 +48,6 @@ properties: ...@@ -48,10 +48,6 @@ properties:
"#thermal-sensor-cells": "#thermal-sensor-cells":
const: 1 const: 1
assigned-clock-parents: true
assigned-clock-rates: true
assigned-clocks: true
required: required:
- compatible - compatible
- reg - reg
......
...@@ -42,7 +42,6 @@ required: ...@@ -42,7 +42,6 @@ required:
- compatible - compatible
- reg - reg
- interrupts - interrupts
- '#thermal-sensor-cells'
additionalProperties: false additionalProperties: false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment