Skip to content

Commit

Permalink
app: boards: imx93_evk: change sram0 node name to dram
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
LaurentiuM1234 authored and dbaluta committed Dec 10, 2024
1 parent 08adf80 commit 2d60e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/imx93_evk_mimx9352_a55.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -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)>;
};

Expand Down

0 comments on commit 2d60e62

Please sign in to comment.