diff options
author | Luka Perkov <luka@openwrt.org> | 2014-12-19 22:02:59 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-12-19 22:02:59 +0000 |
commit | 863d6cfaebbf5a8eb06f6a9068a148d28c2b4829 (patch) | |
tree | 371320e10907c647e6286b5fd88c317d099ef371 /target | |
parent | 6f59aca59adba338fe15c90b2d805fa1f6bdddd7 (diff) | |
download | upstream-863d6cfaebbf5a8eb06f6a9068a148d28c2b4829.tar.gz upstream-863d6cfaebbf5a8eb06f6a9068a148d28c2b4829.tar.bz2 upstream-863d6cfaebbf5a8eb06f6a9068a148d28c2b4829.zip |
mvsw6171: note support for 88E6172 switches
The '6171 and '6172 are similar enough to work
without any changes to the code.
Signed-off-by: Claudio Leite <leitec@staticky.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43753 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/files/drivers/net/phy/mvsw6171.h b/target/linux/generic/files/drivers/net/phy/mvsw6171.h index 2b9ef97a6d..38442c11f9 100644 --- a/target/linux/generic/files/drivers/net/phy/mvsw6171.h +++ b/target/linux/generic/files/drivers/net/phy/mvsw6171.h @@ -192,7 +192,7 @@ enum { #define MV_IDENT_MASK 0xffc0 #define MV_IDENT_VALUE 0x1700 -#define MV_IDENT_STR "MV88E6171" +#define MV_IDENT_STR "MV88E617x" #define MV_PVID_MASK 0x0fff diff --git a/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch b/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch index 991828da32..b6fbb1ce76 100644 --- a/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch +++ b/target/linux/generic/patches-3.14/733-phy_mvsw6171.patch @@ -5,7 +5,7 @@ select ETHERNET_PACKET_MANGLE +config MVSW6171_PHY -+ tristate "Driver for Marvell 88E6171 switches" ++ tristate "Driver for Marvell 88E6171/6172 switches" + select SWCONFIG + config IP17XX_PHY diff --git a/target/linux/generic/patches-3.18/733-phy_mvsw6171.patch b/target/linux/generic/patches-3.18/733-phy_mvsw6171.patch index 291164791f..0df13fe766 100644 --- a/target/linux/generic/patches-3.18/733-phy_mvsw6171.patch +++ b/target/linux/generic/patches-3.18/733-phy_mvsw6171.patch @@ -5,7 +5,7 @@ select ETHERNET_PACKET_MANGLE +config MVSW6171_PHY -+ tristate "Driver for Marvell 88E6171 switches" ++ tristate "Driver for Marvell 88E6171/6172 switches" + select SWCONFIG + config IP17XX_PHY |