2023-01-05 10:21:37

by Alice Guo (OSS)

[permalink] [raw]
Subject: [PATCH v1 1/4] dt-bindings: thermal: qoriq-thermal: Add compatible for i.MX93

From: Alice Guo <[email protected]>

Add DT compatible string "fsl,imx93-tmu" to qoriq-thermal.yaml.

Signed-off-by: Alice Guo <[email protected]>
---
Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
index f09e8723ca2b..82ac6f3db0da 100644
--- a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
@@ -21,6 +21,7 @@ properties:
enum:
- fsl,qoriq-tmu
- fsl,imx8mq-tmu
+ - fsl,imx93-tmu

reg:
maxItems: 1
--
2.17.1


2023-01-06 12:54:50

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v1 1/4] dt-bindings: thermal: qoriq-thermal: Add compatible for i.MX93

On 05/01/2023 11:17, Alice Guo (OSS) wrote:
> From: Alice Guo <[email protected]>
>
> Add DT compatible string "fsl,imx93-tmu" to qoriq-thermal.yaml.
>


Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof