mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
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 <nm@ti.com> Signed-off-by: Reid Tonking <reidt@ti.com>
This commit is contained in:
parent
174b34f4f3
commit
83eb443696
1 changed files with 1 additions and 0 deletions
|
@ -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]),
|
||||
|
|
Loading…
Add table
Reference in a new issue