mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
net: ftgmac100: correct the phy interface of NC-SI mode
In NC-SI specification, NC-SI is using RMII, not MII. Signed-off-by: Jacky Chou <jacky_chou@aspeedtech.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Message-ID: <20241018053331.1900100-1-jacky_chou@aspeedtech.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
This commit is contained in:
parent
9e2ffec543
commit
906c686578
|
|
@ -1913,7 +1913,7 @@ static int ftgmac100_probe(struct platform_device *pdev)
|
|||
goto err_phy_connect;
|
||||
}
|
||||
err = phy_connect_direct(netdev, phydev, ftgmac100_adjust_link,
|
||||
PHY_INTERFACE_MODE_MII);
|
||||
PHY_INTERFACE_MODE_RMII);
|
||||
if (err) {
|
||||
dev_err(&pdev->dev, "Connecting PHY failed\n");
|
||||
goto err_phy_connect;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user