Message ID | 20210822193145.1312668-3-alvin@pqrs.dk |
---|---|
State | New |
Headers | show |
Series | net: dsa: add support for RTL8365MB-VC | expand |
On Sun, Aug 22, 2021 at 09:31:40PM +0200, Alvin Šipraga wrote: > From: Alvin Šipraga <alsi@bang-olufsen.dk> > > rtl8365mb is a new realtek-smi subdriver for the RTL8365MB-VC 4+1 port > 10/100/1000M Ethernet switch controller. Its compatible string is > "realtek,rtl8365mb". > > Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
On 8/22/2021 9:31 PM, Alvin Šipraga wrote: > From: Alvin Šipraga <alsi@bang-olufsen.dk> > > rtl8365mb is a new realtek-smi subdriver for the RTL8365MB-VC 4+1 port > 10/100/1000M Ethernet switch controller. Its compatible string is > "realtek,rtl8365mb". > > Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
On Sun, Aug 22, 2021 at 9:32 PM Alvin Šipraga <alvin@pqrs.dk> wrote: > From: Alvin Šipraga <alsi@bang-olufsen.dk> > > rtl8365mb is a new realtek-smi subdriver for the RTL8365MB-VC 4+1 port > 10/100/1000M Ethernet switch controller. Its compatible string is > "realtek,rtl8365mb". > > Signed-off-by: Alvin Šipraga <alsi@bang-olufsen.dk> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> And BTW: really happy to see kernel contributions from B&O! Yours, Linus Walleij
diff --git a/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt b/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt index b6ae8541bd55..ee03eb40a488 100644 --- a/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt +++ b/Documentation/devicetree/bindings/net/dsa/realtek-smi.txt @@ -9,6 +9,7 @@ SMI-based Realtek devices. Required properties: - compatible: must be exactly one of: + "realtek,rtl8365mb" (4+1 ports) "realtek,rtl8366" "realtek,rtl8366rb" (4+1 ports) "realtek,rtl8366s" (4+1 ports)