mach-k3: common: Instantiate AM65 CPSW NUSS wrapper
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 24 Dec 2021 07:25:29 +0000 (12:55 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 15 Jan 2022 15:38:26 +0000 (10:38 -0500)
commite58d9284850fa78d364d264087fe744717963675
tree70064ea893ca8467704f8592c594f4fea4543965
parent4af5e5f6fdf53c3d1827a72daf886350b2e29e1c
mach-k3: common: Instantiate AM65 CPSW NUSS wrapper

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 <vigneshr@ti.com>
arch/arm/mach-k3/common.c