Message ID | 20250411060917.633769-3-s-vadapalli@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | CPSW Bindings for 5000M Fixed-Link | expand |
On Fri, 11 Apr 2025 11:39:17 +0530, Siddharth Vadapalli wrote: > 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> > --- > .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring (Arm) <robh@kernel.org>
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:
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> --- .../devicetree/bindings/net/ti,k3-am654-cpsw-nuss.yaml | 2 ++ 1 file changed, 2 insertions(+)