Message ID | 20240614-dt-bindings-thermal-allof-v1-11-30b25a6ae24e@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | dt-bindings: thermal: few cleanups | expand |
On Fri, Jun 14, 2024 at 11:46:10AM GMT, Krzysztof Kozlowski wrote: > 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. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > Acked-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
On Fri, Jun 14, 2024 at 3:17 PM Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> wrote: > > 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. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Amit Kucheria <amitk@kernel.org> > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > index 99d9c526c0b6..cce6624228c7 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > @@ -217,18 +217,16 @@ properties: > > "#thermal-sensor-cells": > const: 1 > - description: > - Number of cells required to uniquely identify the thermal sensors. Since > - we have multiple sensors this is set to 1 > > required: > - compatible > - interrupts > - interrupt-names > - - "#thermal-sensor-cells" > - "#qcom,sensors" > > allOf: > + - $ref: thermal-sensor.yaml# > + > - if: > properties: > compatible: > @@ -292,7 +290,7 @@ allOf: > required: > - reg > > -additionalProperties: false > +unevaluatedProperties: false > > examples: > - | > > -- > 2.43.0 >
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 99d9c526c0b6..cce6624228c7 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -217,18 +217,16 @@ properties: "#thermal-sensor-cells": const: 1 - description: - Number of cells required to uniquely identify the thermal sensors. Since - we have multiple sensors this is set to 1 required: - compatible - interrupts - interrupt-names - - "#thermal-sensor-cells" - "#qcom,sensors" allOf: + - $ref: thermal-sensor.yaml# + - if: properties: compatible: @@ -292,7 +290,7 @@ allOf: required: - reg -additionalProperties: false +unevaluatedProperties: false examples: - |
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. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)