TIDSS and panel are marked with the dm-pre-reloc flag, it
sets up display related drivers before relocation as
video_uclass base driver which expects framebuffer memory
to be set early before relocation.

Signed-off-by: Nikhil M Jain <n-ja...@ti.com>
---
 arch/arm/dts/k3-am625-sk-u-boot.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/dts/k3-am625-sk-u-boot.dtsi 
b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
index 159fa36bbe..5a13beae15 100644
--- a/arch/arm/dts/k3-am625-sk-u-boot.dtsi
+++ b/arch/arm/dts/k3-am625-sk-u-boot.dtsi
@@ -17,6 +17,10 @@
        memory@80000000 {
                u-boot,dm-spl;
        };
+
+       panel {
+               u-boot,dm-pre-reloc;
+       };
 };
 
 &cbass_main{
@@ -102,3 +106,7 @@
 &main_mmc1_pins_default {
        u-boot,dm-spl;
 };
+
+&dss{
+       u-boot,dm-pre-reloc;
+};
-- 
2.17.1

Reply via email to