diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-10-24 15:20:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-10-25 10:28:00 +0100 |
commit | 0f35369b4efe30c2a7307d2a492e991032cfcfee (patch) | |
tree | a8219e86462ae0d0ab352bc87df58fe1d7412a8c /MAINTAINERS | |
parent | 605a5f5d406df0c01d92e36a7b5419ffaf62a4ce (diff) | |
download | lwn-0f35369b4efe30c2a7307d2a492e991032cfcfee.tar.gz lwn-0f35369b4efe30c2a7307d2a492e991032cfcfee.zip |
dt-bindings: marvell: Rewrite MV88E6xxx in schema
This is an attempt to rewrite the Marvell MV88E6xxx switch bindings
in YAML schema.
The current text binding says:
WARNING: This binding is currently unstable. Do not program it into a
FLASH never to be changed again. Once this binding is stable, this
warning will be removed.
Well that never happened before we switched to YAML markup,
we can't have it like this, what about fixing the mess?
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b2f53d5cae06..cc0e1f848f27 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12626,7 +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.txt +F: Documentation/devicetree/bindings/net/dsa/marvell,mv88e6xxx.yaml F: Documentation/networking/devlink/mv88e6xxx.rst F: drivers/net/dsa/mv88e6xxx/ F: include/linux/dsa/mv88e6xxx.h |