summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManorit Chawdhry <[email protected]>2023-10-06 10:15:57 +0530
committerTom Rini <[email protected]>2023-10-12 14:06:04 -0400
commit82d44bfbe3d6887040af6086764de80c455c2277 (patch)
treeb984e886d1811e98a3ac4803b4180dd0374a75dc
parent0b21d357f574ac1dff03aac804489cd1220193bd (diff)
arm: mach-k3: j721s2: Add mcu_timer0 id to the dev list
mcu_timer0 is used by u-boot as the tick-timer. Add it to the soc devices lsit so it an be enabled via the k3 power controller. Reviewed-by: Neha Malcom Francis <[email protected]> Reviewed-by: Nishanth Menon <[email protected]> Signed-off-by: Manorit Chawdhry <[email protected]>
-rw-r--r--arch/arm/mach-k3/j721s2/dev-data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-k3/j721s2/dev-data.c b/arch/arm/mach-k3/j721s2/dev-data.c
index 8c999a3c5a8..df70c5e5d7c 100644
--- a/arch/arm/mach-k3/j721s2/dev-data.c
+++ b/arch/arm/mach-k3/j721s2/dev-data.c
@@ -47,6 +47,7 @@ static struct ti_lpsc soc_lpsc_list[] = {
};
static struct ti_dev soc_dev_list[] = {
+ PSC_DEV(35, &soc_lpsc_list[0]),
PSC_DEV(108, &soc_lpsc_list[0]),
PSC_DEV(109, &soc_lpsc_list[0]),
PSC_DEV(110, &soc_lpsc_list[0]),