These are needed in SPL to be able to resume from DDR immediately after booting from IO+DDR.
Signed-off-by: Markus Schneider-Pargmann <[email protected]> --- arch/arm/dts/k3-am62a7-sk-u-boot.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi b/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi index 7dfbeb10c323bbe1f935a50e3efc87b3276f044e..31cd27670e61ae662ba718daea5307217a143ce8 100644 --- a/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi +++ b/arch/arm/dts/k3-am62a7-sk-u-boot.dtsi @@ -14,6 +14,14 @@ memory@80000000 { bootph-all; }; + + reserved-memory { + bootph-pre-ram; + }; +}; + +&wkup_r5fss0_core0_memory_region { + bootph-pre-ram; }; &cbass_main { @@ -68,6 +76,14 @@ bootph-all; }; +&wkup_r5fss0 { + bootph-pre-ram; +}; + +&wkup_r5fss0_core0 { + bootph-pre-ram; +}; + &cbass_wakeup { bootph-all; }; -- 2.47.2

