[PATCH net-next] dt-bindings: net: dsa: maxlinear,mxl862xx: remove port label

Daniel Golle posted 1 patch 1 month, 1 week ago
.../devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml          | 1 -
1 file changed, 1 deletion(-)
[PATCH net-next] dt-bindings: net: dsa: maxlinear,mxl862xx: remove port label
Posted by Daniel Golle 1 month, 1 week ago
The ports in the example device tree should not have a 'label'
property. Labels for all user ports have been removed from an earlier
submission, but this was overlooked in the case of the CPU port.

Remove 'cpu' port label from the example.

Suggested-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
 .../devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml          | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml b/Documentation/devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml
index f1d667f7a055d..2f19c19c60f3b 100644
--- a/Documentation/devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml
+++ b/Documentation/devicetree/bindings/net/dsa/maxlinear,mxl862xx.yaml
@@ -110,7 +110,6 @@ examples:
 
                 port@9 {
                     reg = <9>;
-                    label = "cpu";
                     ethernet = <&gmac0>;
                     phy-mode = "usxgmii";
 
-- 
2.53.0
Re: [PATCH net-next] dt-bindings: net: dsa: maxlinear,mxl862xx: remove port label
Posted by Conor Dooley 1 month ago
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Re: [PATCH net-next] dt-bindings: net: dsa: maxlinear,mxl862xx: remove port label
Posted by Andrew Lunn 1 month ago
On Tue, Mar 03, 2026 at 03:16:23AM +0000, Daniel Golle wrote:
> The ports in the example device tree should not have a 'label'
> property. Labels for all user ports have been removed from an earlier
> submission, but this was overlooked in the case of the CPU port.
> 
> Remove 'cpu' port label from the example.
> 
> Suggested-by: Vladimir Oltean <olteanv@gmail.com>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew