arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-spl

commit adbe138a90 upstream

Mark the memory node with u-boot,dm-spl so we can use it from early SPL.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
[g-vlaev@ti.com: backport from upstream]
Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
This commit is contained in:
Dave Gerlach 2022-05-23 17:05:40 +03:00 committed by Anand Gadiyar
parent e6e2d81da7
commit 1900dcb3d0
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
/* 2G RAM */ /* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>; reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
u-boot,dm-spl;
}; };
a53_0: a53@0 { a53_0: a53@0 {