diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-02-26 13:29:13 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-02-28 11:17:29 +0000 |
commit | 3e46ec180ed91a2833f6cd637f919dcf2b53408c (patch) | |
tree | 4770df503a8e6271421b967c587116b37293a970 | |
parent | 97664c1a294eb7402bfa799180720fb1f57e61e5 (diff) |
dt-bindings: net: ethernet-controller: drop redundant type from label
dtschema defines label as string, so $ref in other bindings is
redundant.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/ethernet-controller.yaml b/Documentation/devicetree/bindings/net/ethernet-controller.yaml index d14d123ad7a0..b2785b03139f 100644 --- a/Documentation/devicetree/bindings/net/ethernet-controller.yaml +++ b/Documentation/devicetree/bindings/net/ethernet-controller.yaml @@ -14,7 +14,6 @@ properties: pattern: "^ethernet(@.*)?$" label: - $ref: /schemas/types.yaml#/definitions/string description: Human readable label on a port of a box. local-mac-address: |