On 22:43-20230807, Apurva Nandan wrote:Okay, thanks!
[..]
a) you need the timer even before talking to anything - u-boot needs itmcu_timer0: timer@40400000 should be part of your list.Maybe you are referring to mcu_timer1. mcu_timer1 will be a part of
u-boot.dtsi as we need to edit
the node for removing k3_clks and power-domains properties from it. So we
should add bootph-pre-ram
there itself in uboot.dtsi as the node will be already there.
for basic delay - so add the pre-ram property.
b) what you are doing in u-boot currently a hack - am625 in u-boot got
it fixed the right way - follow the model then you dont need the hackery
with deleting clock and power-domains properties.