Message ID | 20240226122913.87669-1-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 3e46ec180ed91a2833f6cd637f919dcf2b53408c |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [net-next] dt-bindings: net: ethernet-controller: drop redundant type from label | expand |
On Mon, 26 Feb 2024 13:29:13 +0100, Krzysztof Kozlowski wrote: > dtschema defines label as string, so $ref in other bindings is > redundant. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Mon, 26 Feb 2024 13:29:13 +0100 you wrote: > dtschema defines label as string, so $ref in other bindings is > redundant. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > --- > Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 - > 1 file changed, 1 deletion(-) Here is the summary with links: - [net-next] dt-bindings: net: ethernet-controller: drop redundant type from label https://git.kernel.org/netdev/net-next/c/3e46ec180ed9 You are awesome, thank you!
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:
dtschema defines label as string, so $ref in other bindings is redundant. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/net/ethernet-controller.yaml | 1 - 1 file changed, 1 deletion(-)