[PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes
Peng Fan (OSS)
peng.fan at oss.nxp.com
Tue Jun 24 19:23:30 PDT 2025
From: Peng Fan <peng.fan at nxp.com>
Add SCMI LMM/CPU nodes which is for remoteproc to handle remote cores.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
arch/arm64/boot/dts/freescale/imx95.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index f142c743f786fb5dbd67f8e52c8061bd2815a492..45b5408cbccc1e17240839c3c0c81ac3399a44e3 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -350,10 +350,18 @@ scmi_iomuxc: protocol at 19 {
reg = <0x19>;
};
+ scmi_lmm: protocol at 80 {
+ reg = <0x80>;
+ };
+
scmi_bbm: protocol at 81 {
reg = <0x81>;
};
+ scmi_cpu: protocol at 82 {
+ reg = <0x82>;
+ };
+
scmi_misc: protocol at 84 {
reg = <0x84>;
};
--
2.37.1
More information about the linux-arm-kernel
mailing list