]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: imx94: Add SCMI sensor/lmm/cpu nodes
authorPeng Fan <peng.fan@nxp.com>
Tue, 24 Mar 2026 05:44:09 +0000 (13:44 +0800)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:53:19 +0000 (09:53 -0400)
Add SCMI sensor/lmm/cpu nodes to allow Linux use thermal, i.MX System
Manager Logical Machine API and CPU API

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx94.dtsi

index 5622c3f3af70c69eed7827e501b1f66628e47566..3a05941da1ded1b157a920c17a6b1a173bdef191 100644 (file)
                                #clock-cells = <1>;
                        };
 
+                       scmi_sensor: protocol@15 {
+                               reg = <0x15>;
+                               #thermal-sensor-cells = <1>;
+                       };
+
                        scmi_iomuxc: protocol@19 {
                                reg = <0x19>;
                        };
 
+                       scmi_lmm: protocol@80 {
+                               reg = <0x80>;
+                       };
+
                        scmi_bbm: protocol@81 {
                                reg = <0x81>;
                        };
 
+                       scmi_cpu: protocol@82 {
+                               reg = <0x82>;
+                       };
+
                        scmi_misc: protocol@84 {
                                reg = <0x84>;
                        };