summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Tonking <[email protected]>2023-10-05 13:12:57 -0500
committerTom Rini <[email protected]>2023-10-12 14:06:04 -0400
commit83eb4436963268d3abb9e298ceca1c77ca01c76d (patch)
tree7aa6b3794ff866dc0251daa46baea25295e1de1c
parent174b34f4f36dfc0d460bff83c4104d4795fa6b71 (diff)
arm: mach-k3: j7200: Add mcu_timer0 id to the dev list
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 <[email protected]> Signed-off-by: Reid Tonking <[email protected]>
-rw-r--r--arch/arm/mach-k3/j7200/dev-data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/j7200/dev-data.c b/arch/arm/mach-k3/j7200/dev-data.c
index 4ddc34210eb..8ce6796fd04 100644
--- a/arch/arm/mach-k3/j7200/dev-data.c
+++ b/arch/arm/mach-k3/j7200/dev-data.c
@@ -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]),