arm: dts: k3-am642-r5-evm: Mark memory with u-boot, dm-spl
authorDave Gerlach <d-gerlach@ti.com>
Thu, 17 Mar 2022 17:03:39 +0000 (12:03 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 4 Apr 2022 23:02:04 +0000 (19:02 -0400)
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>
arch/arm/dts/k3-am642-r5-evm.dts

index 3ea6471..92a6bfd 100644 (file)
@@ -25,6 +25,7 @@
                /* 2G RAM */
                reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
 
+               u-boot,dm-spl;
        };
 
        a53_0: a53@0 {