kernel: b53: update the BCM5365 UID
[openwrt/openwrt.git] / target / linux / generic / files / drivers / net / phy / b53 / b53_mdio.c
index afe2187cd6c21d2fe3bbcdee1cc6279229ebe8e6..98cdbffe73c7354f4401389dfcc96014bff62588 100644 (file)
@@ -417,9 +417,9 @@ static struct phy_driver b53_phy_driver_id2 = {
 
 /* BCM5365 */
 static struct phy_driver b53_phy_driver_id3 = {
-       .phy_id         = 0x00406000,
+       .phy_id         = 0x00406300,
        .name           = "Broadcom B53 (3)",
-       .phy_id_mask    = 0x1ffffc00,
+       .phy_id_mask    = 0x1fffff00,
        .features       = 0,
        .probe          = b53_phy_probe,
        .remove         = b53_phy_remove,