linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93
@ 2025-07-29  2:40 Jacky Bai
  2025-07-29  2:40 ` [PATCH 2/4] thermal: qoriq: add i.MX93 TMU support Jacky Bai
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jacky Bai @ 2025-07-29  2:40 UTC (permalink / raw)
  To: rafael, daniel.lezcano, rui.zhang, robh, krzk+dt, conor+dt,
	shawnguo
  Cc: linux-pm, devicetree, linux-arm-kernel, imx, kernel, festevam

The TMU used on i.MX93 has some slight differances and bugs compared to
the one used on qoriq platform even the basic function is the same. Add
imx93 specific compatible string and keep the fallback ability.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
---
 .../devicetree/bindings/thermal/qoriq-thermal.yaml       | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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


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

end of thread, other threads:[~2025-07-29  8:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29  2:40 [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Jacky Bai
2025-07-29  2:40 ` [PATCH 2/4] thermal: qoriq: add i.MX93 TMU support Jacky Bai
2025-07-29  6:42   ` Krzysztof Kozlowski
2025-07-29  8:02     ` Jacky Bai
2025-07-29  8:07       ` Krzysztof Kozlowski
2025-07-29  8:21         ` Jacky Bai
2025-07-29  2:40 ` [PATCH 3/4] thermal: qoriq: workaround the tmu temp jump on imx93 Jacky Bai
2025-07-29  2:40 ` [PATCH 4/4] arm64: dts: imx93: update the tmu compatible string Jacky Bai
2025-07-29  6:41 ` [PATCH 1/4] dt-bindings: thermal: qoriq: Update compatible string for imx93 Krzysztof Kozlowski
2025-07-29  6:52   ` Jacky Bai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).