Skip to content
Commit 1873c58d authored by Pascal Speck (Iktek)'s avatar Pascal Speck (Iktek) Committed by David S. Miller
Browse files

ethernet:ti:cpsw: fix phy identification with multiple slaves on fixed-phy



When using more than one slave with ti cpsw and fixed phy the pd->phy_id
will be always zero, but slave_data->phy_id must be unique. pd->phy_id
means a "phy hardware id" whereas slave_data->phy_id means an "unique id",
so we should use pd->addr which has the same unique meaning.

Fixes: 1f71e8c9 ("drivers: net: cpsw: Add support for fixed-link PHY")
Signed-off-by: default avatarPascal Speck <kernel@iktek.de>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 73796d8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment