In order to get esm and pmic probed by R5 SPL, these nodes should
be have bootph pre ram property.

However these changes are committed in kernel with following sha-id
b903ab269e67 (arm64: dts: ti: k3-j7200: Add bootph-* properties)
and bdb543b1664b (arm64: dts: ti: k3-j7200-evm*: Add bootph-* properties).

While we wait for above committed to get synched with u-boot.
Meanwhile add bootph in these nodes.

Signed-off-by: Udit Kumar <[email protected]>
---
 arch/arm/dts/k3-j7200-r5-common-proc-board.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts 
b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
index 53c8d7827b9..64a4ffd3605 100644
--- a/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
+++ b/arch/arm/dts/k3-j7200-r5-common-proc-board.dts
@@ -115,3 +115,11 @@
                bootph-pre-ram;
        };
 };
+
+&bucka1 {
+       bootph-pre-ram;
+};
+
+&main_esm {
+       bootph-pre-ram;
+};
-- 
2.34.1

Reply via email to