Re: [PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

2024-02-27 Thread Chintan Vankar
On 24/01/24 02:27, Nishanth Menon wrote: On 15:49-20240122, Chintan Vankar wrote: On 12/01/24 18:00, Nishanth Menon wrote: On 12:17-20240112, Siddharth Vadapalli wrote: From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in

Re: [PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

2024-01-23 Thread Nishanth Menon
On 15:49-20240122, Chintan Vankar wrote: > > On 12/01/24 18:00, Nishanth Menon wrote: > > On 12:17-20240112, Siddharth Vadapalli wrote: > > > From: Kishon Vijay Abraham I > > > > > > In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver > > > in board_init_f(). > > Why?

Re: [PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

2024-01-22 Thread Chintan Vankar
On 12/01/24 18:00, Nishanth Menon wrote: On 12:17-20240112, Siddharth Vadapalli wrote: From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f(). Why? doesn't the DM framework handle this? Can you suggest how can we do this ?

Re: [PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

2024-01-12 Thread Nishanth Menon
On 12:17-20240112, Siddharth Vadapalli wrote: > From: Kishon Vijay Abraham I > > In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver > in board_init_f(). Why? doesn't the DM framework handle this? > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Siddharth

[PATCH 07/10] arm: mach-k3: am625_init: Probe AM65 CPSW NUSS

2024-01-11 Thread Siddharth Vadapalli
From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f(). Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli --- arch/arm/mach-k3/am625_init.c | 10 ++ 1 file changed, 10 insertions(+) diff --git