net: ti: am65-cpsw-nuss: Define bind method for CPSW driver
authorChintan Vankar <c-vankar@ti.com>
Thu, 31 Jul 2025 07:59:36 +0000 (13:29 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 20 Aug 2025 17:06:18 +0000 (11:06 -0600)
commit3943531a54680b76813960655458e88f49f6bfb7
tree3fbd806cfa11b84642b1a45fff48b86dadb12152
parentf5e968a28e7cdc2c4365f5a382e02f074ee03fac
net: ti: am65-cpsw-nuss: Define bind method for CPSW driver

CPSW driver is defined as UCLASS_MISC driver which needs to be probed
explicitly. Define bind method for CPSW driver to scan and bind
ethernet-ports with UCLASS_ETH driver which will eventually probe CPSW
driver and avoid probing CPSW driver explicitly.

Signed-off-by: Chintan Vankar <c-vankar@ti.com>
drivers/net/ti/am65-cpsw-nuss.c