2b88563ee5
* rename the target to realtek * add refactored DSA driver * add latest gpio driver * lots of arch cleanups * new irq driver * additional boards Signed-off-by: Bert Vermeulen <bert@biot.com> Signed-off-by: Birger Koblitz <mail@birger-koblitz.de> Signed-off-by: Sander Vanheule <sander@svanheule.net> Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: John Crispin <john@phrozen.org>
12 lines
270 B
Diff
12 lines
270 B
Diff
--- a/include/linux/platform_data/dsa.h
|
|
+++ b/include/linux/platform_data/dsa.h
|
|
@@ -6,7 +6,7 @@ struct device;
|
|
struct net_device;
|
|
|
|
#define DSA_MAX_SWITCHES 4
|
|
-#define DSA_MAX_PORTS 12
|
|
+#define DSA_MAX_PORTS 54
|
|
#define DSA_RTABLE_NONE -1
|
|
|
|
struct dsa_chip_data {
|