Skip to content

Commit

Permalink
dt-bindings: net: drop unneeded quotes
Browse files Browse the repository at this point in the history
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Jernej Skrabec <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
krzk authored and davem330 committed Jun 12, 2023
1 parent ba47545 commit 61ab5a0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ required:
- syscon

allOf:
- $ref: "snps,dwmac.yaml#"
- $ref: snps,dwmac.yaml#
- if:
properties:
compatible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ select:
- compatible

allOf:
- $ref: "snps,dwmac.yaml#"
- $ref: snps,dwmac.yaml#
- if:
properties:
compatible:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/brcm,bcmgenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ select:
- compatible

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

properties:
compatible:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/mediatek-dwmac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ select:
- compatible

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

properties:
compatible:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ select:
- compatible

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

properties:
compatible:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/net/rockchip-dwmac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ select:
- compatible

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

properties:
compatible:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ properties:
patternProperties:
"^mdio@[0-9a-f]+$":
type: object
$ref: "ti,davinci-mdio.yaml#"
$ref: ti,davinci-mdio.yaml#

description:
CPSW MDIO bus.

"^cpts@[0-9a-f]+":
type: object
$ref: "ti,k3-am654-cpts.yaml#"
$ref: ti,k3-am654-cpts.yaml#
description:
CPSW Common Platform Time Sync (CPTS) module.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ select:
- compatible

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

properties:
compatible:
Expand Down

0 comments on commit 61ab5a0

Please sign in to comment.