arm64: dts: imx8ulp: correct the scmi sram node name
authorPeng Fan <peng.fan@nxp.com>
Wed, 31 Aug 2022 14:25:48 +0000 (22:25 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sat, 17 Sep 2022 08:34:27 +0000 (16:34 +0800)
Follow sram/sram.yaml to update the sram node name.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8ulp.dtsi

index 8460a3cba107c4318b9297a41ef2598882cfe2e2..7a88d7016b498e91f4cb5dda94fac166073b8f16 100644 (file)
                #size-cells = <1>;
                ranges = <0 0x0 0x2201f000 0x1000>;
 
-               scmi_buf: scmi-buf@0 {
+               scmi_buf: scmi-sram-section@0 {
                        compatible = "arm,scmi-shmem";
                        reg = <0x0 0x400>;
                };