[PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes

Peng Fan (OSS) posted 5 patches 3 months, 2 weeks ago
There is a newer version of this series
[PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes
Posted by Peng Fan (OSS) 3 months, 2 weeks ago
From: Peng Fan <peng.fan@nxp.com>

Add SCMI LMM/CPU nodes which is for remoteproc to handle remote cores.

Signed-off-by: Peng Fan <peng.fan@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@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>;
 			};

-- 
2.37.1
Re: [PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes
Posted by Frank Li 3 months, 2 weeks ago
On Wed, Jun 25, 2025 at 10:23:30AM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> Add SCMI LMM/CPU nodes which is for remoteproc to handle remote cores.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Reviewed-by: Frank Li <Frank.Li@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@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>;
>  			};
>
> --
> 2.37.1
>