projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f662af
)
arm: mach-k3: am62a: Add main_timer0 id to the dev list
author
Nishanth Menon
<nm@ti.com>
Mon, 13 Nov 2023 14:51:42 +0000
(08:51 -0600)
committer
Tom Rini
<trini@konsulko.com>
Wed, 3 Jan 2024 13:52:19 +0000
(08:52 -0500)
main_timer0 is used by u-boot as the tick-timer. Add it to the soc
devices list so it an be enabled via the k3 power controller.
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Neha Malcom Francis <n-francis@ti.com>
arch/arm/mach-k3/am62ax/dev-data.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-k3/am62ax/dev-data.c
b/arch/arm/mach-k3/am62ax/dev-data.c
index abf5d8e91aa2d1a6a684cc81aba73e942b73bee7..6cced9efd08ad36e56b0b11410584e0770666d87 100644
(file)
--- a/
arch/arm/mach-k3/am62ax/dev-data.c
+++ b/
arch/arm/mach-k3/am62ax/dev-data.c
@@
-52,6
+52,7
@@
static struct ti_dev soc_dev_list[] = {
PSC_DEV(161, &soc_lpsc_list[5]),
PSC_DEV(162, &soc_lpsc_list[6]),
PSC_DEV(75, &soc_lpsc_list[7]),
+ PSC_DEV(36, &soc_lpsc_list[8]),
PSC_DEV(102, &soc_lpsc_list[8]),
PSC_DEV(146, &soc_lpsc_list[8]),
PSC_DEV(166, &soc_lpsc_list[9]),