aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6xxx.h
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>2016-06-20 13:14:10 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-21 03:58:30 -0400
commit9dddd478d4883deb1f5b6d3fcea681c9c9e90708 (patch)
tree1a9af6d9f5796e3169d5941a08f7db16f6eb8e63 /drivers/net/dsa/mv88e6xxx.h
parentnet: dsa: mv88e6xxx: pass compatible info (diff)
downloadlinux-dev-9dddd478d4883deb1f5b6d3fcea681c9c9e90708.tar.xz
linux-dev-9dddd478d4883deb1f5b6d3fcea681c9c9e90708.zip
net: dsa: mv88e6xxx: add port base address to info
The switch ID is located at address 0x3 of every Port Registers bank. But not all Marvell switches have their Port Registers SMI Addresses starting at 0x10. 88E6060 starts at 0x8 and 88E6390 starts at 0x0. Add this data in the info structure and use it in the detection code. Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx.h')
-rw-r--r--drivers/net/dsa/mv88e6xxx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx.h
index b279f8c3a803..8e6fe6b7fce3 100644
--- a/drivers/net/dsa/mv88e6xxx.h
+++ b/drivers/net/dsa/mv88e6xxx.h
@@ -519,6 +519,7 @@ struct mv88e6xxx_info {
const char *name;
unsigned int num_databases;
unsigned int num_ports;
+ unsigned int port_base_addr;
unsigned long flags;
};