Skip to content

Commit

Permalink
dt-bindings: pinctrl: mediatek: drop quotes from referred schemas
Browse files Browse the repository at this point in the history
Drop the quotes from the referred schemas.

Signed-off-by: Arınç ÜNAL <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
arinc9 authored and linusw committed Mar 19, 2023
1 parent 03af785 commit 6a735ad
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ required:
- "#gpio-cells"

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

patternProperties:
'pins$':
Expand All @@ -83,7 +83,7 @@ patternProperties:
pins it needs, and how they should be configured, with regard to muxer
configuration, pullups, drive strength, input enable/disable and input
schmitt.
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml

properties:
pinmux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ required:
- "#gpio-cells"

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#
- if:
properties:
compatible:
Expand Down Expand Up @@ -124,7 +124,7 @@ patternProperties:
pins it needs, and how they should be configured, with regard to muxer
configuration, pullups, drive strength, input enable/disable and input
schmitt.
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml

properties:
pinmux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ patternProperties:
}
};
};
$ref: "pinmux-node.yaml"
$ref: pinmux-node.yaml

properties:
pinmux:
Expand Down Expand Up @@ -156,7 +156,7 @@ patternProperties:
- pinmux

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ properties:
const: 2

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand All @@ -70,7 +70,7 @@ patternProperties:
additionalProperties: false
description:
pinmux configuration nodes.
$ref: "/schemas/pinctrl/pinmux-node.yaml"
$ref: /schemas/pinctrl/pinmux-node.yaml
properties:
function:
description:
Expand Down Expand Up @@ -249,7 +249,7 @@ patternProperties:
additionalProperties: false
description:
pinconf configuration nodes.
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml

properties:
groups:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ properties:
const: 2

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand Down Expand Up @@ -128,7 +128,7 @@ patternProperties:
"wf_dbdc" "wifi" 74, 75, 76, 77, 78, 79, 80, 81, 82, 83,
84, 85
$ref: "/schemas/pinctrl/pinmux-node.yaml"
$ref: /schemas/pinctrl/pinmux-node.yaml
properties:
function:
description:
Expand Down Expand Up @@ -261,7 +261,7 @@ patternProperties:
additionalProperties: false
description:
pinconf configuration nodes.
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml

properties:
pins:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ properties:
const: 2

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand All @@ -80,7 +80,7 @@ patternProperties:
pins it needs, and how they should be configured, with regard to muxer
configuration, pullups, drive strength, input enable/disable and input
schmitt.
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml

properties:
pinmux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ patternProperties:
}
};
};
$ref: "pinmux-node.yaml"
$ref: pinmux-node.yaml

properties:
pinmux:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ patternProperties:
patternProperties:
'^pins':
type: object
$ref: "/schemas/pinctrl/pincfg-node.yaml"
$ref: /schemas/pinctrl/pincfg-node.yaml
additionalProperties: false
description:
A pinctrl node should contain at least one subnode representing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ patternProperties:
pins it needs, and how they should be configured, with regard to muxer
configuration, pullups, drive strength, input enable/disable and input
schmitt.
$ref: "pinmux-node.yaml"
$ref: pinmux-node.yaml

properties:
pinmux:
Expand Down Expand Up @@ -126,7 +126,7 @@ patternProperties:
additionalProperties: false

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ patternProperties:
}
};
};
$ref: "pinmux-node.yaml"
$ref: pinmux-node.yaml

properties:
pinmux:
Expand Down Expand Up @@ -216,7 +216,7 @@ patternProperties:
- pinmux

allOf:
- $ref: "pinctrl.yaml#"
- $ref: pinctrl.yaml#

required:
- compatible
Expand Down

0 comments on commit 6a735ad

Please sign in to comment.