On 12/10/2025 7:39 PM, Markus Schneider-Pargmann (TI.com) wrote:
These are needed in SPL to be able to resume from DDR immediately after
booting from IO+DDR.
Signed-off-by: Markus Schneider-Pargmann (TI.com) <[email protected]>
---
arch/arm/dts/k3-am62p5-sk-u-boot.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
index
cf087c6e343a8af6f4bb2093bb6c3f28395a2686..26133d818973214914f68838f678dda5aba63970
100644
--- a/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am62p5-sk-u-boot.dtsi
@@ -13,6 +13,14 @@
};
};
+&wkup_r5fss0_core0_memory_region {
+ bootph-pre-ram;
+};
+
&dmsc {
bootph-pre-ram;
};
+
+&wkup_r5fss0_core0 {
+ bootph-pre-ram;
+};
For this patch,
Reviewed-by: Udit Kumar <[email protected]>
Please push to kernel device tree as well.