Re: [net-next][PATCH v2] dt-bindings: dsa: lan9303: Add lan9303 yaml

From: Andrew Lunn
Date: Tue Sep 27 2022 - 14:53:08 EST


> + compatible = "smsc,lan9303-mdio";
> + dsa,member = <0 0>;
> + reg = <0>;
> + ethernet-ports {
> + #address-cells = <1>;
> + #size-cells = <0>;
> + port@0 {
> + reg = <0>;
> + phy-mode = "rmii";
> + ethernet = <&ethernet>;
> + label = "cpu";

The cpu label is never used, and i think Vladimir has been removing
them from bindings and DT blobs. So your example probably should not
have it.

Andrew