lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <YzNGfk+tFApcszS7@lunn.ch> Date: Tue, 27 Sep 2022 20:52:46 +0200 From: Andrew Lunn <andrew@...n.ch> To: Jerry Ray <jerry.ray@...rochip.com> Cc: Vivien Didelot <vivien.didelot@...il.com>, Florian Fainelli <f.fainelli@...il.com>, Vladimir Oltean <olteanv@...il.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, UNGLinuxDriver@...rochip.com, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [net-next][PATCH v2] dt-bindings: dsa: lan9303: Add lan9303 yaml > + 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 = <ðernet>; > + 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
Powered by blists - more mailing lists