On Thu, Aug 15, 2019 at 5:09 PM <[email protected]> wrote: > > From: Grzegorz Jaszczyk <[email protected]> > > If the phy doesn't match with any existing u-boot drivers, the phy > framework will connect it to the generic one which uid == > 0xffffffff. In this case, act as if the phy wouldn't be declared in > dts. Otherwise, in case of 3310 (for which the driver doesn't exist) > the link is marked as always down. Removing phy entry from dts in case > of 3310 is not a good option because it is required for the > phy_fw_down procedure. > > This patch fixes the issue with the link always down on MCBIN board. > > nhed: added NULL deref test. > > Signed-off-by: Grzegorz Jaszczyk <[email protected]> > Reviewed-by: Igal Liberman <[email protected]> > Tested-by: Igal Liberman <[email protected]> > Signed-off-by: Nevo Hed <[email protected]>
Acked-by: Joe Hershberger <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

