Re: [PATCH v2 4/8] dt-bindings: net: renesas: Document Renesas Ethernet Switch
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-22 12:13:57
Also in:
linux-devicetree, linux-phy, linux-renesas-soc
From: Andrew Lunn <andrew@lunn.ch>
Date: 2022-09-22 12:13:57
Also in:
linux-devicetree, linux-phy, linux-renesas-soc
On Thu, Sep 22, 2022 at 09:37:28AM +0200, Krzysztof Kozlowski wrote:
On 21/09/2022 10:47, Yoshihiro Shimoda wrote:quoted
Document Renesas Etherent Switch for R-Car S4-8 (r8a779f0). Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> --- .../bindings/net/renesas,etherswitch.yaml | 286 ++++++++++++++++++ 1 file changed, 286 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/renesas,etherswitch.yamldiff --git a/Documentation/devicetree/bindings/net/renesas,etherswitch.yaml b/Documentation/devicetree/bindings/net/renesas,etherswitch.yaml new file mode 100644 index 000000000000..988d14f5c54e --- /dev/null +++ b/Documentation/devicetree/bindings/net/renesas,etherswitch.yamlIsn't dsa directory for this?
This is not a DSA driver, but a pure switchdev driver. It is similar to prestera, lan966x, sparx5, which put there binding in net. Andrew