diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-10-24 15:20:33 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-25 10:28:00 +0100 |
commit | 53313ed25ba8935af30021a1603225a0fed8e402 (patch) | |
tree | aba865af3442938299a173cc19700b3740d0a622 /MAINTAINERS | |
parent | 0f35369b4efe30c2a7307d2a492e991032cfcfee (diff) | |
download | lwn-53313ed25ba8935af30021a1603225a0fed8e402.tar.gz lwn-53313ed25ba8935af30021a1603225a0fed8e402.zip |
dt-bindings: marvell: Add Marvell MV88E6060 DSA schema
The Marvell MV88E6060 is one of the oldest DSA switches from
Marvell, and it has DT bindings used in the wild. Let's define
them properly.
It is different enough from the rest of the MV88E6xxx switches
that it deserves its own binding.
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc0e1f848f27..b66dfd9e23b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12626,6 +12626,7 @@ MARVELL 88E6XXX ETHERNET SWITCH FABRIC DRIVER M: Andrew Lunn <andrew@lunn.ch> L: netdev@vger.kernel.org S: Maintained +F: Documentation/devicetree/bindings/net/dsa/marvell,mv88e6060.yaml F: Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml F: Documentation/networking/devlink/mv88e6xxx.rst F: drivers/net/dsa/mv88e6xxx/ |