]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: mach-k3: j7200: Add mcu_timer0 id to the dev list
authorReid Tonking <reidt@ti.com>
Thu, 5 Oct 2023 18:12:57 +0000 (13:12 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 12 Oct 2023 18:06:04 +0000 (14:06 -0400)
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 <nm@ti.com>
Signed-off-by: Reid Tonking <reidt@ti.com>
arch/arm/mach-k3/j7200/dev-data.c

index 4ddc34210ebb9e3b041dfc336b79355076c48edc..8ce6796fd04e5a78de7590ed7439d8acea5cb871 100644 (file)
@@ -46,6 +46,7 @@ static struct ti_lpsc soc_lpsc_list[] = {
 
 static struct ti_dev soc_dev_list[] = {
        PSC_DEV(30, &soc_lpsc_list[0]),
+       PSC_DEV(35, &soc_lpsc_list[0]),
        PSC_DEV(61, &soc_lpsc_list[1]),
        PSC_DEV(90, &soc_lpsc_list[2]),
        PSC_DEV(8, &soc_lpsc_list[3]),