Re: [PATCH v5 1/2] arm: mach-k3: j7200: Add mcu_timer0 id to the dev list

2023-10-12 Thread Tom Rini
On Thu, Oct 05, 2023 at 01:12:57PM -0500, Reid Tonking wrote: > mcu_timer0 is now used as the tick timer in u-boot, so this adds the > timer to the soc device list so it can be enabled via the k3 power > controller. > > Reviewed-by: Nishanth Menon > Signed-off-by: Reid Tonking Applied to u-boo

[PATCH v5 1/2] arm: mach-k3: j7200: Add mcu_timer0 id to the dev list

2023-10-05 Thread Reid Tonking
mcu_timer0 is now used as the tick timer in u-boot, so this adds the timer to the soc device list so it can be enabled via the k3 power controller. Reviewed-by: Nishanth Menon Signed-off-by: Reid Tonking --- arch/arm/mach-k3/j7200/dev-data.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a