diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2010-06-16 23:02:23 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-24 21:30:09 -0700 |
commit | fcb26ec5b18d88bb22366799d056dc3630d0e895 (patch) | |
tree | ba164d38c89938e4f39d4d41dacddd1f2fd144c2 /include/linux/brcmphy.h | |
parent | deb0d7c740a008a4e26806317497549b0e8907eb (diff) | |
download | linux-fcb26ec5b18d88bb22366799d056dc3630d0e895.tar.gz |
broadcom: move all PHY_ID's to header
Move all PHY IDs to brcmphy.h header for completeness and unification of code.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index 7f437ca1ed44..c14c3a1b64d2 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -1,6 +1,12 @@ #define PHY_ID_BCM50610 0x0143bd60 #define PHY_ID_BCM50610M 0x0143bd70 #define PHY_ID_BCMAC131 0x0143bc70 +#define PHY_ID_BCM5481 0x0143bca0 +#define PHY_ID_BCM5482 0x0143bcb0 +#define PHY_ID_BCM5411 0x00206070 +#define PHY_ID_BCM5421 0x002060e0 +#define PHY_ID_BCM5464 0x002060b0 +#define PHY_ID_BCM5461 0x002060c0 #define PHY_ID_BCM57780 0x03625d90 #define PHY_BCM_OUI_MASK 0xfffffc00 |