Re: [PATCH 1/8] mach-k3: common: Instantiate AM65 CPSW NUSS wrapper

2022-01-17 Thread Tom Rini
On Fri, Dec 24, 2021 at 12:55:29PM +0530, Vignesh Raghavendra wrote: > Probe toplevel AM65 CPSW NUSS driver from misc_init_r() when driver > is enabled. Since driver is modeled as UCLASS_MISC, we need to > explicitly probe the driver. Use common misc_init_r() that entire > K3 family of SoCs. > >

[PATCH 1/8] mach-k3: common: Instantiate AM65 CPSW NUSS wrapper

2021-12-23 Thread Vignesh Raghavendra
Probe toplevel AM65 CPSW NUSS driver from misc_init_r() when driver is enabled. Since driver is modeled as UCLASS_MISC, we need to explicitly probe the driver. Use common misc_init_r() that entire K3 family of SoCs. Signed-off-by: Vignesh Raghavendra --- arch/arm/mach-k3/common.c | 16