diff options
| author | Siddharth Vadapalli <s-vadapalli@ti.com> | 2025-04-11 11:39:17 +0530 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-04-14 15:57:06 -0700 |
| commit | 8b36a102c1a17d8dabc846e3ded41fe17e9ad4e2 (patch) | |
| tree | 41942b9447129633c4a1dd92433ec0594fd71c6d | |
| parent | f9c1120d9b5e65ded82dccb7ebf22bc9739419b0 (diff) | |
dt-bindings: net: ti: k3-am654-cpsw-nuss: evaluate fixed-link property
Since the fixed-link (phyless) mode of operation is supported by the
CPSW MAC, include "fixed-link" in the set of properties to be evaluated.
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Link: https://patch.msgid.link/20250411060917.633769-3-s-vadapalli@ti.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml index b11894fbaec4..7b3d948f187d 100644 --- a/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml +++ b/Documentation/devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml @@ -143,6 +143,8 @@ properties: label: description: label associated with this port + fixed-link: true + ti,mac-only: $ref: /schemas/types.yaml#/definitions/flag description: |
