Re: [PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list

2023-11-22 Thread Tom Rini
On Mon, Nov 13, 2023 at 08:51:42AM -0600, Nishanth Menon wrote:

> 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 
> Reviewed-by: Neha Malcom Francis 

For the series, applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list

2023-11-14 Thread Neha Malcom Francis

Hi Nishanth

On 13/11/23 20:21, Nishanth Menon wrote:

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 
---
  arch/arm/mach-k3/am62ax/dev-data.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-k3/am62ax/dev-data.c 
b/arch/arm/mach-k3/am62ax/dev-data.c
index abf5d8e91aa2..6cced9efd08a 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, _lpsc_list[5]),
PSC_DEV(162, _lpsc_list[6]),
PSC_DEV(75, _lpsc_list[7]),
+   PSC_DEV(36, _lpsc_list[8]),
PSC_DEV(102, _lpsc_list[8]),
PSC_DEV(146, _lpsc_list[8]),
PSC_DEV(166, _lpsc_list[9]),



Reviewed-by: Neha Malcom Francis 

--
Thanking You
Neha Malcom Francis


[PATCH 1/8] arm: mach-k3: am62a: Add main_timer0 id to the dev list

2023-11-13 Thread Nishanth Menon
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 
---
 arch/arm/mach-k3/am62ax/dev-data.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-k3/am62ax/dev-data.c 
b/arch/arm/mach-k3/am62ax/dev-data.c
index abf5d8e91aa2..6cced9efd08a 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, _lpsc_list[5]),
PSC_DEV(162, _lpsc_list[6]),
PSC_DEV(75, _lpsc_list[7]),
+   PSC_DEV(36, _lpsc_list[8]),
PSC_DEV(102, _lpsc_list[8]),
PSC_DEV(146, _lpsc_list[8]),
PSC_DEV(166, _lpsc_list[9]),
-- 
2.40.0