From: Peng Fan Date: Mon, 18 Aug 2025 01:25:33 +0000 (+0800) Subject: arm64: dts: imx95: Add LMM/CPU nodes X-Git-Tag: v6.18-rc1~147^2~20^2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=770fcc6856e986b4dc976d22e64083a4a772a69f;p=thirdparty%2Flinux.git arm64: dts: imx95: Add LMM/CPU nodes Add SCMI LMM and CPU nodes for managing Logical Machine and CPU. Reviewed-by: Frank Li Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi index 642dc4b7a4770..e20feb1bcec60 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>; };