diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2014-08-27 00:15:27 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-08-28 10:16:13 +0400 |
commit | 430ad68ffb5fa632a277162e5995cd6f7a39fb78 (patch) | |
tree | ec70cce5eb2d17248ac25ac98792ea6e95f2ac0f /include/linux/brcmphy.h | |
parent | 11bf2bbd596add62a86a74fc7aedc0b86c6ec154 (diff) | |
download | linux-430ad68ffb5fa632a277162e5995cd6f7a39fb78.tar.xz |
net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entries
Add two new entries to the Broadcom BCM7xxx internal PHY driver for
BCM7250 and BCM7364 chips. Those chips share the usual 28nm process
Gigabit PHY sequence and require the same workarounds so far.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/brcmphy.h')
-rw-r--r-- | include/linux/brcmphy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index cbcfad36d4c0..5bd35cc0d471 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -13,6 +13,8 @@ #define PHY_ID_BCM5461 0x002060c0 #define PHY_ID_BCM57780 0x03625d90 +#define PHY_ID_BCM7250 0xae025280 +#define PHY_ID_BCM7364 0xae025260 #define PHY_ID_BCM7366 0x600d8490 #define PHY_ID_BCM7439 0x600d8480 #define PHY_ID_BCM7445 0x600d8510 |