diff options
author | Sean Anderson <sean.anderson@seco.com> | 2022-10-17 22:22:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-10-19 14:25:09 +0200 |
commit | 76025ee53b7dc8dd9633231829b996d181bbcef2 (patch) | |
tree | 1fbb4de22cc8bda90494b1a54fc0401b67e89a6e /Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | |
parent | Merge branch 'net-marvell-yaml' (diff) | |
download | linux-76025ee53b7dc8dd9633231829b996d181bbcef2.tar.xz linux-76025ee53b7dc8dd9633231829b996d181bbcef2.zip |
dt-bindings: net: Expand pcs-handle to an array
This allows multiple phandles to be specified for pcs-handle, such as
when multiple PCSs are present for a single MAC. To differentiate
between them, also add a pcs-handle-names property.
Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml index 7f620a71a972..600240281e8c 100644 --- a/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml +++ b/Documentation/devicetree/bindings/net/fsl,qoriq-mc-dpmac.yaml @@ -31,7 +31,7 @@ properties: phy-mode: true pcs-handle: - $ref: /schemas/types.yaml#/definitions/phandle + maxItems: 1 description: A reference to a node representing a PCS PHY device found on the internal MDIO bus. |