Backport pending PCS standalone feature for kernel 6.12 and all the required dependency patch. All affected patch automatically refreshed. Link: https://github.com/openwrt/openwrt/pull/23271 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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
|
|
@@ -110,8 +110,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.
|