arch: mach-k3: common: Remove explicit probing of CPSW driver
authorChintan Vankar <c-vankar@ti.com>
Thu, 31 Jul 2025 07:59:37 +0000 (13:29 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 20 Aug 2025 17:06:18 +0000 (11:06 -0600)
commit50ededad3204072a5fe6b8ee49826643e7c8e7aa
tree0d5d240275c5f7ac7665099590d2c6cdc6254637
parent3943531a54680b76813960655458e88f49f6bfb7
arch: mach-k3: common: Remove explicit probing of CPSW driver

This reverts commit e58d9284850fa78d364d264087fe744717963675.

Bind method of am65_cpsw_nuss driver will ensure binding of it's child
driver am65_cpsw_nuss_ports, and there is no need to call CPSW driver
explicitly. Remove explicit probing of CPSW driver for AM62x.

Signed-off-by: Chintan Vankar <c-vankar@ti.com>
arch/arm/mach-k3/common.c