
On 8/16/2023 5:14 PM, Nishanth Menon wrote:
On 14:53-20230816, Manorit Chawdhry wrote:
The following commit syncs the device tree from Linux tag next-20230815 to U-boot and fixes the following to be compatible with the future syncs -
[..] +&mcu_timer0 {
/delete-property/ power-domains;
/delete-property/ assigned-clocks;
/delete-property/ assigned-clock-parents;
NAK - this should come in from R5 data.
Having clock data for R5 will not help atleast forĀ timer.
As timer is getting probed before the clk frame work comes up ,
you should just have: &mcu_timer0 { clock-frequency = <250000000>; bootph-pre-ram; };
Introduce the required data into the power / clock data for R5.
A72 side should just work fine with this since DM should be up and running by this time.
This timer is not included in A72 ,
so i suggest to keep any append/delete property in R5 specific files only
[...]