Message ID | 20220912175058.280386-3-vladimir.oltean@nxp.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Remove label = "cpu" from DSA dt-bindings | expand |
On 9/12/22 10:50, Vladimir Oltean wrote: > The common dsa-port.yaml does this (and more) since commit 2ec2fb8331af > ("dt-bindings: net: dsa: make phylink bindings required for CPU/DSA > ports"). > > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
On 12.09.2022 20:50, Vladimir Oltean wrote: > The common dsa-port.yaml does this (and more) since commit 2ec2fb8331af > ("dt-bindings: net: dsa: make phylink bindings required for CPU/DSA > ports"). > > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Arınç ÜNAL <arinc.unal@arinc9.com> Arınç > --- > Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > index fa271ee16b5e..84bb36cab518 100644 > --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml > @@ -165,9 +165,6 @@ patternProperties: > - if: > required: [ ethernet ] > then: > - required: > - - phy-mode > - > properties: > reg: > enum:
On Mon, 12 Sep 2022 20:50:57 +0300, Vladimir Oltean wrote: > The common dsa-port.yaml does this (and more) since commit 2ec2fb8331af > ("dt-bindings: net: dsa: make phylink bindings required for CPU/DSA > ports"). > > Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> > --- > Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 3 --- > 1 file changed, 3 deletions(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml index fa271ee16b5e..84bb36cab518 100644 --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml @@ -165,9 +165,6 @@ patternProperties: - if: required: [ ethernet ] then: - required: - - phy-mode - properties: reg: enum:
The common dsa-port.yaml does this (and more) since commit 2ec2fb8331af ("dt-bindings: net: dsa: make phylink bindings required for CPU/DSA ports"). Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> --- Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 3 --- 1 file changed, 3 deletions(-)