dt-bindings: net: add generic ethernet-switch
authorColin Foster <colin.foster@in-advantage.com>
Thu, 12 Jan 2023 17:56:11 +0000 (07:56 -1000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jan 2023 18:42:54 +0000 (18:42 +0000)
commit7f5bccc8b6f836636cdbd3b1db37e7759e1ed5dc
tree2098f1d36957b9943780d4c0cb96a3545c56e8ef
parent000bd2af9dcef26513f66f1eab5096b5d102acb6
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>
Documentation/devicetree/bindings/net/dsa/dsa.yaml
Documentation/devicetree/bindings/net/ethernet-switch.yaml [new file with mode: 0644]
MAINTAINERS