arm: dts: k3-am625-*: Mark memory with u-boot,dm-spl
authorGeorgi Vlaev <g-vlaev@ti.com>
Tue, 14 Jun 2022 14:45:31 +0000 (17:45 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 6 Jul 2022 18:30:08 +0000 (14:30 -0400)
Mark the memory node with u-boot,dm-spl so we can use it
from early SPL on both R5 and A53.

Signed-off-by: Georgi Vlaev <g-vlaev@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/dts/k3-am625-r5-sk.dts
arch/arm/dts/k3-am625-sk-u-boot.dtsi

index 2691af4..5aab858 100644 (file)
@@ -28,6 +28,7 @@
                /* 2G RAM */
                reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
 
+               u-boot,dm-spl;
        };
 
        reserved-memory {
index e1971ec..159fa36 100644 (file)
        aliases {
                mmc1 = &sdhci1;
        };
+
+       memory@80000000 {
+               u-boot,dm-spl;
+       };
 };
 
 &cbass_main{