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

dt-bindings: thermal: nvidia,tegra186-bpmp: 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-7-554061b52fbc@linaro.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Krzysztof Kozlowski and committed by
Daniel Lezcano
b6f4d62c 57fa7d66

+2 -10
+2 -10
Documentation/devicetree/bindings/thermal/nvidia,tegra186-bpmp-thermal.yaml
··· 20 20 node. See ../firmware/nvidia,tegra186-bpmp.yaml for details of the 21 21 BPMP binding. 22 22 23 - This node represents a thermal sensor. See 24 - 25 - Documentation/devicetree/bindings/thermal/thermal-sensor.yaml 26 - 27 - for details of the core thermal binding. 23 + $ref: thermal-sensor.yaml# 28 24 29 25 properties: 30 26 compatible: ··· 29 33 - nvidia,tegra194-bpmp-thermal 30 34 31 35 '#thermal-sensor-cells': 32 - $ref: /schemas/types.yaml#/definitions/uint32 33 - description: Number of cells needed in the phandle specifier to 34 - identify a given sensor. Must be 1 and the single cell specifies 35 - the sensor index. 36 36 const: 1 37 37 38 - additionalProperties: false 38 + unevaluatedProperties: false