commit | 9c7be4e423bd07e82e875df73bbdb058853c7a0e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Feb 22 21:33:18 2025 +0100 |
committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Feb 26 18:26:57 2025 +0100 |
tree | cce0efba9c68646f2d68ca2a87d83c03d4317aea | |
parent | 7d84083a89479605f9dfcc924d79a7b853868e83 [diff] |
arm: mvebu: a38x: Call bb_miiphy init directly in driver probe All the resources needed by this .init callback should already be available by the time probe function runs, simply call the init callback directly and set the bb_miiphy init callback to NULL. This shouldn't break anything on this hardware, but would be nice if someone could double-check and test that. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>