From: Peng Fan Date: Wed, 31 Aug 2022 14:25:48 +0000 (+0800) Subject: arm64: dts: imx8ulp: correct the scmi sram node name X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b2ca63697b0d9b42d9121a57ebe2c07c314f3aeb;p=linux.git arm64: dts: imx8ulp: correct the scmi sram node name Follow sram/sram.yaml to update the sram node name. Signed-off-by: Peng Fan Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi index 8460a3cba107c..7a88d7016b498 100644 --- a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi @@ -112,7 +112,7 @@ #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>; };