[RFC net-next PATCH 01/16] dt-bindings: net: Add pcs property

From: Sean Anderson
Date: Mon Oct 04 2021 - 15:15:58 EST


Add a property for associating PCS devices with ethernet controllers.
Because PCS has no generic analogue like PHY, I have left off the
-handle suffix.

Signed-off-by: Sean Anderson <sean.anderson@xxxxxxxx>
---

.../devicetree/bindings/net/ethernet-controller.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
index b0933a8c295a..def95fa6a315 100644
--- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml
+++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml
@@ -116,6 +116,11 @@ properties:
$ref: "#/properties/phy-handle"
deprecated: true

+ pcs:
+ $ref: /schemas/types.yaml#definitions/phandle
+ description:
+ Specifies a reference to a node representing a PCS device.
+
rx-fifo-depth:
$ref: /schemas/types.yaml#/definitions/uint32
description:
--
2.25.1