Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: thermal: st,stm32: reference thermal-sensor schema

Device is a thermal sensor and it requires '#thermal-sensor-cells', so
reference the thermal-sensor.yaml to simplify it and bring the
common definition of '#thermal-sensor-cells' property.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240705-dt-bindings-thermal-allof-v1-18-554061b52fbc@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Daniel Lezcano
17cdc471 f9b2d6b8

+3 -2
+3 -2
Documentation/devicetree/bindings/thermal/st,stm32-thermal.yaml
··· 9 9 maintainers: 10 10 - Pascal Paillet <p.paillet@foss.st.com> 11 11 12 + $ref: thermal-sensor.yaml# 13 + 12 14 properties: 13 15 compatible: 14 16 const: st,stm32-thermal ··· 32 30 const: 0 33 31 34 32 required: 35 - - "#thermal-sensor-cells" 36 33 - compatible 37 34 - reg 38 35 - interrupts 39 36 - clocks 40 37 - clock-names 41 38 42 - additionalProperties: false 39 + unevaluatedProperties: false 43 40 44 41 examples: 45 42 - |