diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2010-06-16 23:02:24 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-24 21:30:09 -0700 |
commit | 7a938f80264f2cbfb0c0841b450eab42a8093281 (patch) | |
tree | ae883f1c9a1170efc64b7f33db96f7989ad422a3 /include/linux/brcmphy.h | |
parent | fcb26ec5b18d88bb22366799d056dc3630d0e895 (diff) | |
download | op-kernel-dev-7a938f80264f2cbfb0c0841b450eab42a8093281.zip op-kernel-dev-7a938f80264f2cbfb0c0841b450eab42a8093281.tar.gz |
broadcom: Add 5241 support
This patch adds the 5241 PHY ID to the broadcom module.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/brcmphy.h b/include/linux/brcmphy.h index c14c3a1b..b840a49 100644 --- a/include/linux/brcmphy.h +++ b/include/linux/brcmphy.h @@ -1,5 +1,6 @@ #define PHY_ID_BCM50610 0x0143bd60 #define PHY_ID_BCM50610M 0x0143bd70 +#define PHY_ID_BCM5241 0x0143bc30 #define PHY_ID_BCMAC131 0x0143bc70 #define PHY_ID_BCM5481 0x0143bca0 #define PHY_ID_BCM5482 0x0143bcb0 |