net: mdio-uclass: scan for dm mdio children on post-bind
authorTim Harvey <tharvey@gateworks.com>
Wed, 30 Nov 2022 17:42:44 +0000 (09:42 -0800)
committerTom Rini <trini@konsulko.com>
Thu, 2 Feb 2023 19:22:08 +0000 (14:22 -0500)
commitf54002d774d1cd215a0f12da7a3c06f539ae92ea
treed6e3694100b99894bceabd25fdc86d7216ec100d
parent9918b25d21db243352fc482671cafa10260b7887
net: mdio-uclass: scan for dm mdio children on post-bind

If a DM_MDIO driver is used we need to scan the subnodes as well.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
net/mdio-uclass.c