History log of /linux-master/Documentation/devicetree/bindings/thermal/nvidia,tegra124-soctherm.yaml
Revision Date Author Comments
# 6644c629 26-Sep-2023 Rob Herring <robh@kernel.org>

dt-bindings: thermal: nvidia,tegra124-soctherm: Add missing unevaluatedProperties on child node schemas

Just as unevaluatedProperties or additionalProperties are required at
the top level of schemas, they should (and will) also be required for
child node schemas. That ensures only documented properties are
present for any node.

Add unevaluatedProperties as needed, and then add any missing properties
flagged by the addition.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230926164500.101593-1-robh@kernel.org


# 22af900b 21-Jul-2023 Thierry Reding <treding@nvidia.com>

dt-bindings: thermal: tegra: Convert to json-schema

Convert the Tegra thermal bindings from the free-form text format to
json-schema.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>