Message ID | 20220303015235.18907-2-luizluca@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 617c3cc3aafd826c549b83f055f1e710adbdf99a |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: dsa: realtek: add rtl8_4t tag | expand |
On Wed, Mar 02, 2022 at 10:52:33PM -0300, Luiz Angelo Daros de Luca wrote: > Realtek rtl8365mb DSA driver can use these two tag formats. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> > --- Reviewed-by: Vladimir Oltean <olteanv@gmail.com> > Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > index 702df848a71d..e60867c7c571 100644 > --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > @@ -51,6 +51,8 @@ properties: > - edsa > - ocelot > - ocelot-8021q > + - rtl8_4 > + - rtl8_4t > - seville > > phy-handle: true > -- > 2.35.1 >
On Wed, 2 Mar 2022 22:52:33 -0300 Luiz Angelo Daros de Luca wrote: > Realtek rtl8365mb DSA driver can use these two tag formats. > > Cc: devicetree@vger.kernel.org I think you have to CC robh+dt@kernel.org specifically, no? Otherwise it may not get to Rob's checker. > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> > --- > Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > index 702df848a71d..e60867c7c571 100644 > --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml > @@ -51,6 +51,8 @@ properties: > - edsa > - ocelot > - ocelot-8021q > + - rtl8_4 > + - rtl8_4t > - seville > > phy-handle: true
On 3/2/2022 5:52 PM, Luiz Angelo Daros de Luca wrote: > Realtek rtl8365mb DSA driver can use these two tag formats. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
diff --git a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml index 702df848a71d..e60867c7c571 100644 --- a/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml +++ b/Documentation/devicetree/bindings/net/dsa/dsa-port.yaml @@ -51,6 +51,8 @@ properties: - edsa - ocelot - ocelot-8021q + - rtl8_4 + - rtl8_4t - seville phy-handle: true
Realtek rtl8365mb DSA driver can use these two tag formats. Cc: devicetree@vger.kernel.org Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> --- Documentation/devicetree/bindings/net/dsa/dsa-port.yaml | 2 ++ 1 file changed, 2 insertions(+)