Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: phy: bcm7xxx: Add entry for BCM7255

Add support for BCM7255 EPHY.

Signed-off-by: Justin Chen <justinpopo6@gmail.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Justin Chen and committed by
David S. Miller
8572a1b4 cab6949b

+3
+2
drivers/net/phy/bcm7xxx.c
··· 650 650 651 651 static struct phy_driver bcm7xxx_driver[] = { 652 652 BCM7XXX_28NM_GPHY(PHY_ID_BCM7250, "Broadcom BCM7250"), 653 + BCM7XXX_28NM_EPHY(PHY_ID_BCM7255, "Broadcom BCM7255"), 653 654 BCM7XXX_28NM_EPHY(PHY_ID_BCM7260, "Broadcom BCM7260"), 654 655 BCM7XXX_28NM_EPHY(PHY_ID_BCM7268, "Broadcom BCM7268"), 655 656 BCM7XXX_28NM_EPHY(PHY_ID_BCM7271, "Broadcom BCM7271"), ··· 671 670 672 671 static struct mdio_device_id __maybe_unused bcm7xxx_tbl[] = { 673 672 { PHY_ID_BCM7250, 0xfffffff0, }, 673 + { PHY_ID_BCM7255, 0xfffffff0, }, 674 674 { PHY_ID_BCM7260, 0xfffffff0, }, 675 675 { PHY_ID_BCM7268, 0xfffffff0, }, 676 676 { PHY_ID_BCM7271, 0xfffffff0, },
+1
include/linux/brcmphy.h
··· 28 28 #define PHY_ID_BCM89610 0x03625cd0 29 29 30 30 #define PHY_ID_BCM7250 0xae025280 31 + #define PHY_ID_BCM7255 0xae025120 31 32 #define PHY_ID_BCM7260 0xae025190 32 33 #define PHY_ID_BCM7268 0xae025090 33 34 #define PHY_ID_BCM7271 0xae0253b0