aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Vlaev <g-vlaev@ti.com>2022-06-14 17:45:31 +0300
committerTom Rini <trini@konsulko.com>2022-07-06 14:30:08 -0400
commit362b0d2e6eb2fbea8d000f40243e8014d1b4645a (patch)
tree171e610749ad3afec1497beef1db3459dbc84a5a
parenta04bbb83b4f7d097c28b1ba4a34be950c6fa3fe2 (diff)
downloadu-boot-362b0d2e6eb2fbea8d000f40243e8014d1b4645a.zip
u-boot-362b0d2e6eb2fbea8d000f40243e8014d1b4645a.tar.gz
u-boot-362b0d2e6eb2fbea8d000f40243e8014d1b4645a.tar.bz2
arm: dts: k3-am625-*: Mark memory with u-boot,dm-spl
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>
-rw-r--r--arch/arm/dts/k3-am625-r5-sk.dts1
-rw-r--r--arch/arm/dts/k3-am625-sk-u-boot.dtsi4
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/dts/k3-am625-r5-sk.dts b/arch/arm/dts/k3-am625-r5-sk.dts
index 2691af4..5aab858 100644
--- a/arch/arm/dts/k3-am625-r5-sk.dts
+++ b/arch/arm/dts/k3-am625-r5-sk.dts
@@ -28,6 +28,7 @@
/* 2G RAM */
reg = <0x00000000 0x80000000 0x00000000 0x80000000>;
+ u-boot,dm-spl;
};
reserved-memory {
diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index e1971ec..159fa36 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -13,6 +13,10 @@
aliases {
mmc1 = &sdhci1;
};
+
+ memory@80000000 {
+ u-boot,dm-spl;
+ };
};
&cbass_main{