net: octeontx: smi: fix mii probe
authorTim Harvey <tharvey@gateworks.com>
Fri, 26 Mar 2021 00:07:37 +0000 (17:07 -0700)
committerTom Rini <trini@konsulko.com>
Tue, 20 Apr 2021 11:31:12 +0000 (07:31 -0400)
commit935e0b0ecd2d2303fca12aa0c55d2af1783e61dc
tree47a562098d82a6f4d61b4b418bd152a5050b6f5f
parent98a8180dcaf55bd61758435d1fe3cfa27588dab8
net: octeontx: smi: fix mii probe

The fdt node offset is apparently not set properly when probed
causing no MDIO busses to be found. Fix this by obtaining the
offset.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Stefan Roese <sr@denx.de>
drivers/net/octeontx/smi.c