aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2023-11-13 08:51:42 -0600
committerTom Rini <trini@konsulko.com>2024-01-03 08:52:19 -0500
commit244c9fd1a540b5ac7c4a67c8e8acfb0690a2075b (patch)
tree8589f949d37f4ef37e81a001643208b4facef807
parent3f662af87dea200f8e194c4a75e3f9a29a9eef7f (diff)
downloadu-boot-244c9fd1a540b5ac7c4a67c8e8acfb0690a2075b.zip
u-boot-244c9fd1a540b5ac7c4a67c8e8acfb0690a2075b.tar.gz
u-boot-244c9fd1a540b5ac7c4a67c8e8acfb0690a2075b.tar.bz2
arm: mach-k3: am62a: Add main_timer0 id to the dev list
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>
-rw-r--r--arch/arm/mach-k3/am62ax/dev-data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/am62ax/dev-data.c b/arch/arm/mach-k3/am62ax/dev-data.c
index abf5d8e..6cced9e 100644
--- 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]),