mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 12:40:16 +04:00
18cbd83a14
Import pending series introducing support for standalone PCS drivers. This has previously already been used by the airoha target, and is also the base for the closer-to-upstream patches for MediaTek MT7988 10G SerDes support. In order to not having to diverge from upstream also backport series for standardized handling for PHY and PCS SerDes pair polarity. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From c5d151dccce7deb62620a7b16418c0d6d6a59720 Mon Sep 17 00:00:00 2001
|
|
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
Date: Mon, 17 Mar 2025 23:07:45 +0100
|
|
Subject: [PATCH 6/7] dt-bindings: net: ethernet-controller: permit to define
|
|
multiple PCS
|
|
|
|
Drop the limitation of a single PCS in pcs-handle property. Multiple PCS
|
|
can be defined for an ethrnet-controller node to support various PHY
|
|
interface mode type.
|
|
|
|
It's very common for SoCs to have a dedicated PCS for SGMII mode and one
|
|
for USXGMII mode.
|
|
|
|
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/net/ethernet-controller.yaml | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
|
|
@@ -85,8 +85,6 @@ properties:
|
|
|
|
pcs-handle:
|
|
$ref: /schemas/types.yaml#/definitions/phandle-array
|
|
- items:
|
|
- maxItems: 1
|
|
description:
|
|
Specifies a reference to a node representing a PCS PHY device on a MDIO
|
|
bus to link with an external PHY (phy-handle) if exists.
|