summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <[email protected]>2023-07-27 04:03:30 -0500
committerTom Rini <[email protected]>2023-07-28 10:10:36 -0400
commit2d9c6df0e6c6b6551a1046e5cd3de275e7e8afab (patch)
tree3a59d1e1bfd372bb1fc782c17fcd77d34284e42c
parent5886c361e4cc508ac707d29b753d3183eeba6899 (diff)
arm: mach-k3: am62: Add timer0 id to the dev list
Timer0 is used by u-boot as the tick timer; Add it to the soc devices list so it can be enabled via the k3 power controller. Signed-off-by: Sjoerd Simons <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Roger Quadros <[email protected]> Tested-by: Maxime Ripard <[email protected]> Tested-by: Ravi Gunasekaran <[email protected]> Tested-by: Mattijs Korpershoek <[email protected]> Cc: Francesco Dolcini <[email protected]> Cc: Wadim Egorov <[email protected]> Signed-off-by: Nishanth Menon <[email protected]>
-rw-r--r--arch/arm/mach-k3/am62x/dev-data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/am62x/dev-data.c b/arch/arm/mach-k3/am62x/dev-data.c
index 1a6f9e2ca03..59c95df2a88 100644
--- a/arch/arm/mach-k3/am62x/dev-data.c
+++ b/arch/arm/mach-k3/am62x/dev-data.c
@@ -58,6 +58,7 @@ static struct ti_dev soc_dev_list[] = {
PSC_DEV(161, &soc_lpsc_list[8]),
PSC_DEV(162, &soc_lpsc_list[9]),
PSC_DEV(75, &soc_lpsc_list[10]),
+ PSC_DEV(36, &soc_lpsc_list[11]),
PSC_DEV(102, &soc_lpsc_list[11]),
PSC_DEV(146, &soc_lpsc_list[11]),
PSC_DEV(13, &soc_lpsc_list[12]),