Skip to content

Commit f562514

Browse files
krzkbebarino
authored andcommitted
dt-bindings: clock: drop unneeded quotes and use absolute /schemas path
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Also absolute path starting with /schemas is preferred. Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 94ec3d8 commit f562514

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/devicetree/bindings/clock/ingenic,cgu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ required:
9898

9999
patternProperties:
100100
"^usb-phy@[a-f0-9]+$":
101-
allOf: [ $ref: "../phy/ingenic,phy-usb.yaml#" ]
101+
$ref: /schemas/phy/ingenic,phy-usb.yaml#
102102
"^mac-phy-ctrl@[a-f0-9]+$":
103-
allOf: [ $ref: "../net/ingenic,mac.yaml#" ]
103+
$ref: /schemas/net/ingenic,mac.yaml#
104104

105105
additionalProperties: false
106106

Documentation/devicetree/bindings/clock/renesas,r9a06g032-sysctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ properties:
4848
patternProperties:
4949
"^dma-router@[a-f0-9]+$":
5050
type: object
51-
$ref: "../dma/renesas,rzn1-dmamux.yaml#"
51+
$ref: /schemas/dma/renesas,rzn1-dmamux.yaml#
5252

5353
required:
5454
- compatible

0 commit comments

Comments
 (0)