Skip to content

Commit 561a084

Browse files
krzkdlezcano
authored andcommitted
dt-bindings: timer: ingenic,tcu: use absolute path to other schema
Absolute path to other DT schema is preferred over relative one. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Paul Cercueil <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 7a93d49 commit 561a084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/timer/ingenic,tcu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ properties:
113113
patternProperties:
114114
"^watchdog@[a-f0-9]+$":
115115
type: object
116-
$ref: ../watchdog/watchdog.yaml#
116+
$ref: /schemas/watchdog/watchdog.yaml#
117117
properties:
118118
compatible:
119119
oneOf:
@@ -145,7 +145,7 @@ patternProperties:
145145

146146
"^pwm@[a-f0-9]+$":
147147
type: object
148-
$ref: ../pwm/pwm.yaml#
148+
$ref: /schemas/pwm/pwm.yaml#
149149
properties:
150150
compatible:
151151
oneOf:

0 commit comments

Comments
 (0)