Re: [PATCH v2 3/7] arm64: dts: imx94: Add SCMI sensor/lmm/cpu nodes

From: Daniel Baluta

Date: Fri Mar 20 2026 - 09:02:13 EST


On 3/20/26 14:27, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Add SCMI sensor/lmm/cpu nodes to allow Linux use thermal, i.MX System
> Manager Logical Machine API and CPU API
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> ---
> arch/arm64/boot/dts/freescale/imx94.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx94.dtsi b/arch/arm64/boot/dts/freescale/imx94.dtsi
> index 69ede676fc04ede23faceb8f24cf740697e40d7e..117cf2bcada44aeabd82af064f19d2377e96402c 100644
> --- a/arch/arm64/boot/dts/freescale/imx94.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx94.dtsi
> @@ -94,14 +94,27 @@ scmi_clk: protocol@14 {
> #clock-cells = <1>;
> };
>
> + scmi_sensor: protocol@15 {
> + reg = <0x15>;
> + #thermal-sensor-cells = <1>;
> + };
> +
> scmi_iomuxc: protocol@19 {
> reg = <0x19>;
> };
>
> + smic_lmm: protocol@80 {
> + reg = <0x80>;
> + };


s/smic/smci?

> +
> scmi_bbm: protocol@81 {
> reg = <0x81>;
> };
>
> + smic_cpu: protocol@82 {
> + reg = <0x82>;
> + };
> +
> scmi_misc: protocol@84 {
> reg = <0x84>;
> };
>