[PATCH v3 4/5] arm64: dts: imx95: Add SCMI LMM/CPU nodes
Frank Li
Frank.li at nxp.com
Thu Jun 26 11:50:40 PDT 2025
On Wed, Jun 25, 2025 at 10:23:30AM +0800, Peng Fan (OSS) wrote:
> 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>
Reviewed-by: Frank Li <Frank.Li 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