Commits
Ye Li committed cea64dd5f1e
MLK-22003 fec_mxc: Fix fec_get_clk_rate failure issue If only FEC2 is enabled, fec_get_clk_rate will fail due to uclass_get_device fails to get the device by using idx 1. Should use uclass_get_device_by_seq instead, because the idx is from the udev seq which is specified by alias. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>