diff options
| author | Grzegorz Jaszczyk <[email protected]> | 2019-08-15 18:08:42 -0400 |
|---|---|---|
| committer | Joe Hershberger <[email protected]> | 2019-12-09 09:47:42 -0600 |
| commit | 623948377acf1ba8f4b277e954155035b9800330 (patch) | |
| tree | 12d239fad5929a2fded9a30f47edbfcf54ec3e95 /include | |
| parent | 13b725fd24bd7d6acdd7cb7c3c4238d0b305985e (diff) | |
net: mvpp2: mark phy as invalid in case of missing appropriate driver
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]>
Reviewed-by: Ramon Fried <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
