From 2d60e62aedbad13dc157afc26eb48b59768b159f Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Mon, 9 Dec 2024 17:21:09 +0200 Subject: [PATCH] app: boards: imx93_evk: change sram0 node name to dram Zephyr commit 06227ba8792 ("boards: nxp: imx8m/n/p, imx93/5, fix ram dts node name") changed the node name from `sram0` to `dram`. As such, make this change on SOF side as well. Signed-off-by: Laurentiu Mihalcea --- app/boards/imx93_evk_mimx9352_a55.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/imx93_evk_mimx9352_a55.overlay b/app/boards/imx93_evk_mimx9352_a55.overlay index 64cdfc32ec8e..6db63b22bd69 100644 --- a/app/boards/imx93_evk_mimx9352_a55.overlay +++ b/app/boards/imx93_evk_mimx9352_a55.overlay @@ -9,7 +9,7 @@ /* Inmate memory, reserved through "mem=1248MB" boot argument, * starts at 0xce000000. */ - sram0: memory@ce000000 { + dram: memory@ce000000 { reg = <0xce000000 DT_SIZE_M(1)>; };