]> git.baikalelectronics.ru Git - uboot.git/commitdiff
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 2691af40a145d1cc7f9615c3b79fbafd6c0136cc..5aab858edd149540e187419c6f070c649733dbb3 100644 (file)
@@ -28,6 +28,7 @@
                /* 2G RAM */
                reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
 
+               u-boot,dm-spl;
        };
 
        reserved-memory {
index e1971ecdfedb124aad2f4236778247979c2c99ce..159fa36bbe9f163e6eedd0232d30c13acd6aa910 100644 (file)
        aliases {
                mmc1 = &sdhci1;
        };
+
+       memory@80000000 {
+               u-boot,dm-spl;
+       };
 };
 
 &cbass_main{