Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
* [PATCH v2 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93
@ 2025-08-01  8:11 Jacky Bai
  2025-08-01  8:11 ` [PATCH v2 2/4] thermal: qoriq: add i.MX93 TMU support Jacky Bai
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Jacky Bai @ 2025-08-01  8:11 UTC (permalink / raw)
  To: krzk, rafael, daniel.lezcano, rui.zhang, robh, krzk+dt, conor+dt,
	shawnguo
  Cc: linux-pm, linux-arm-kernel, imx, kernel, festevam

The TMU used on i.MX93 has some slight differences and bugs compared with
the one used on QorIQ platforam even the basic function is the same. Add
i.MX93 specific compatible string and keep the fallback ability.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
---
 - v2 changes:
  - keep the enum
  - refine the commit log to use i.MX93 and QorIQ name
---
 .../devicetree/bindings/thermal/qoriq-thermal.yaml     | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
index aa756dae512a..6d8766c6a58d 100644
--- a/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
+++ b/Documentation/devicetree/bindings/thermal/qoriq-thermal.yaml
@@ -22,9 +22,13 @@ properties:
             Value           Device
             ----------      -----
             0x01900102      T1040
-    enum:
-      - fsl,qoriq-tmu
-      - fsl,imx8mq-tmu
+    oneOf:
+      - enum:
+          - fsl,qoriq-tmu
+          - fsl,imx8mq-tmu
+      - items:
+          - const: fsl,imx93-tmu
+          - const: fsl,qoriq-tmu
 
   reg:
     maxItems: 1
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-08-01 15:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-01  8:11 [PATCH v2 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Jacky Bai
2025-08-01  8:11 ` [PATCH v2 2/4] thermal: qoriq: add i.MX93 TMU support Jacky Bai
2025-08-01 14:09   ` Frank Li
2025-08-01 14:54     ` Jacky Bai
2025-08-01  8:11 ` [PATCH v2 3/4] thermal: qoriq: workaround the tmu temp jump on imx93 Jacky Bai
2025-08-01 14:11   ` Frank Li
2025-08-01 15:10     ` Jacky Bai
2025-08-01  8:11 ` [PATCH v2 4/4] arm64: dts: imx93: update the tmu compatible string Jacky Bai
2025-08-01  8:55 ` [PATCH v2 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Krzysztof Kozlowski
2025-08-01 14:48   ` Jacky Bai
2025-08-01 14:14 ` Frank Li
2025-08-01 14:50   ` Jacky Bai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox