summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2025-08-18 09:25:33 +0800
committerShawn Guo <shawnguo@kernel.org>2025-08-22 17:16:33 +0800
commit770fcc6856e986b4dc976d22e64083a4a772a69f (patch)
treefc52f93f71e664b71e8a87db6459842bedd25a42
parent289948aa706dca8ca67167cdd95f1901aca8f32a (diff)
downloadlinux-770fcc6856e986b4dc976d22e64083a4a772a69f.tar.gz
linux-770fcc6856e986b4dc976d22e64083a4a772a69f.zip
arm64: dts: imx95: Add LMM/CPU nodes
Add SCMI LMM and CPU nodes for managing Logical Machine and CPU. Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm64/boot/dts/freescale/imx95.dtsi8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index 642dc4b7a477..e20feb1bcec6 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -351,10 +351,18 @@
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>;
};