commit | e58d9284850fa78d364d264087fe744717963675 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Fri Dec 24 12:55:29 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 15 10:38:26 2022 -0500 |
tree | 70064ea893ca8467704f8592c594f4fea4543965 | |
parent | 4af5e5f6fdf53c3d1827a72daf886350b2e29e1c [diff] |
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>