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: <20231118062754.2453-3-quic_luoj@quicinc.com> Date: Sat, 18 Nov 2023 14:27:50 +0800 From: Luo Jie <quic_luoj@...cinc.com> To: <andrew@...n.ch>, <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>, <robh+dt@...nel.org>, <krzysztof.kozlowski+dt@...aro.org>, <conor+dt@...nel.org>, <hkallweit1@...il.com>, <linux@...linux.org.uk>, <corbet@....net> CC: <netdev@...r.kernel.org>, <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-doc@...r.kernel.org>, Conor Dooley <conor.dooley@...rochip.com> Subject: [PATCH v5 2/6] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode From: Vladimir Oltean <vladimir.oltean@....com> Add the new interface mode 10g-qxgmii, which is similar to usxgmii but extend to 4 channels to support maximum of 4 ports with the link speed 10M/100M/1G/2.5G. Signed-off-by: Vladimir Oltean <vladimir.oltean@....com> Signed-off-by: Luo Jie <quic_luoj@...cinc.com> Acked-by: Conor Dooley <conor.dooley@...rochip.com> --- This patch is separated from Vladimir Oltean's previous patch <net: phy: introduce core support for phy-mode = "10g-qxgmii">. Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index d14d123ad7a0..0ef6103c5fd8 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -104,6 +104,7 @@ properties: - usxgmii - 10gbase-r - 25gbase-r + - 10g-qxgmii phy-mode: $ref: "#/properties/phy-connection-type" -- 2.42.0
Powered by blists - more mailing lists