diff options
author | Jakub Kicinski <kuba@kernel.org> | 2023-10-25 16:22:37 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-10-25 16:26:35 +0200 |
commit | aad36cd32982d59470de6365f97f154c5af5d1d2 (patch) | |
tree | 4e73bac5bbaaf281880bdde9a282d5e85054a449 /MAINTAINERS | |
parent | amd/pds_core: core: No need for Null pointer check before kfree (diff) | |
download | linux-aad36cd32982d59470de6365f97f154c5af5d1d2.tar.xz linux-aad36cd32982d59470de6365f97f154c5af5d1d2.zip |
Revert "Merge branch 'mv88e6xxx-dsa-bindings'"
This reverts the following commits:
commit 53313ed25ba8 ("dt-bindings: marvell: Add Marvell MV88E6060 DSA schema")
commit 0f35369b4efe ("dt-bindings: marvell: Rewrite MV88E6xxx in schema")
commit 605a5f5d406d ("ARM64: dts: marvell: Fix some common switch mistakes")
commit bfedd8423643 ("ARM: dts: nxp: Fix some common switch mistakes")
commit 2b83557a588f ("ARM: dts: marvell: Fix some common switch mistakes")
commit ddae07ce9bb3 ("dt-bindings: net: mvusb: Fix up DSA example")
commit b5ef61718ad7 ("dt-bindings: net: dsa: Require ports or ethernet-ports")
As repoted by Vladimir, it breaks boot on the Turris MOX board.
Link: https://lore.kernel.org/all/20231025093632.fb2qdtunzaznd73z@skbuf/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b66dfd9e23b4..b2f53d5cae06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12626,8 +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/devicetree/bindings/net/dsa/marvell.txt F: Documentation/networking/devlink/mv88e6xxx.rst F: drivers/net/dsa/mv88e6xxx/ F: include/linux/dsa/mv88e6xxx.h |