Commit 61ab5a06 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by David S. Miller
Browse files

dt-bindings: net: drop unneeded quotes



Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: default avatarJernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba47545c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Allwinner A20 GMAC

allOf:
  - $ref: "snps,dwmac.yaml#"
  - $ref: snps,dwmac.yaml#

maintainers:
  - Chen-Yu Tsai <wens@csie.org>
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ required:
  - syscon

allOf:
  - $ref: "snps,dwmac.yaml#"
  - $ref: snps,dwmac.yaml#
  - if:
      properties:
        compatible:
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ select:
    - compatible

allOf:
  - $ref: "snps,dwmac.yaml#"
  - $ref: snps,dwmac.yaml#
  - if:
      properties:
        compatible:
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ properties:
patternProperties:
  "^mdio@[0-9a-f]+$":
    type: object
    $ref: "brcm,unimac-mdio.yaml"
    $ref: brcm,unimac-mdio.yaml

    description:
      GENET internal UniMAC MDIO bus
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ select:
    - compatible

allOf:
  - $ref: "snps,dwmac.yaml#"
  - $ref: snps,dwmac.yaml#

properties:
  compatible:
Loading