diff options
author | Andrew Lunn <andrew@lunn.ch> | 2016-11-21 23:26:57 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-22 09:55:30 -0500 |
commit | 1a3b39ecfe32bf9a13df44b4fadf91d4e4d3d5ff (patch) | |
tree | 2836147b65759c9f77b7b67f098e1099f1bcac47 /Documentation | |
parent | 096eea0ff83bcdd14d77fb4efc0ffc2b548d4a5d (diff) | |
download | linux-1a3b39ecfe32bf9a13df44b4fadf91d4e4d3d5ff.tar.gz linux-1a3b39ecfe32bf9a13df44b4fadf91d4e4d3d5ff.tar.bz2 linux-1a3b39ecfe32bf9a13df44b4fadf91d4e4d3d5ff.zip |
net: dsa: mv88e6xxx: Add the mv88e6390 family
With the devices added to the tables, the probe will recognize the
switch. This however is not sufficient to make it work properly, other
changes are needed because of incompatibilities.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/marvell.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/marvell.txt b/Documentation/devicetree/bindings/net/dsa/marvell.txt index 32025eb4b31b..b3dd6b40e0de 100644 --- a/Documentation/devicetree/bindings/net/dsa/marvell.txt +++ b/Documentation/devicetree/bindings/net/dsa/marvell.txt @@ -14,7 +14,8 @@ The properties described here are those specific to Marvell devices. Additional required and optional properties can be found in dsa.txt. Required properties: -- compatible : Should be one of "marvell,mv88e6085", +- compatible : Should be one of "marvell,mv88e6085" or + "marvell,mv88e6190" - reg : Address on the MII bus for the switch. Optional properties: |