diff options
author | Colin Foster <colin.foster@in-advantage.com> | 2023-01-12 20:56:11 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-01-16 21:42:54 +0300 |
commit | 7f5bccc8b6f836636cdbd3b1db37e7759e1ed5dc (patch) | |
tree | 2098f1d36957b9943780d4c0cb96a3545c56e8ef /MAINTAINERS | |
parent | 000bd2af9dcef26513f66f1eab5096b5d102acb6 (diff) | |
download | linux-7f5bccc8b6f836636cdbd3b1db37e7759e1ed5dc.tar.xz |
dt-bindings: net: add generic ethernet-switch
The dsa.yaml bindings had references that can apply to non-dsa switches. To
prevent duplication of this information, keep the dsa-specific information
inside dsa.yaml and move the remaining generic information to the newly
created ethernet-switch.yaml.
Signed-off-by: Colin Foster <colin.foster@in-advantage.com>
Suggested-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
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 5d6a5d51fca0..bd670e8d7688 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14543,6 +14543,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> M: Vladimir Oltean <olteanv@gmail.com> S: Maintained F: Documentation/devicetree/bindings/net/dsa/ +F: Documentation/devicetree/bindings/net/ethernet-switch.yaml F: drivers/net/dsa/ F: include/linux/dsa/ F: include/linux/platform_data/dsa.h |