[PATCH 1/2] dt-bindings: thermal: Update for BCM74110

Florian Fainelli posted 2 patches 1 year ago
[PATCH 1/2] dt-bindings: thermal: Update for BCM74110
Posted by Florian Fainelli 1 year ago
Update the binding with the BCM74110 compatible string which denotes the
first device we need to support in a different process node requiring an
updated thermal equation.

Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
---
 Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml b/Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
index 081486b44382..2f62551a49c1 100644
--- a/Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
+++ b/Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
@@ -18,6 +18,7 @@ properties:
   compatible:
     items:
       - enum:
+          - brcm,avs-tmon-bcm74110
           - brcm,avs-tmon-bcm7216
           - brcm,avs-tmon-bcm7445
       - const: brcm,avs-tmon
-- 
2.43.0
Re: [PATCH 1/2] dt-bindings: thermal: Update for BCM74110
Posted by Krzysztof Kozlowski 1 year ago
On Thu, Jan 16, 2025 at 11:38:41AM -0800, Florian Fainelli wrote:
> Update the binding with the BCM74110 compatible string which denotes the
> first device we need to support in a different process node requiring an
> updated thermal equation.
> 
> Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
> ---
>  Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof