Commit 561a0846 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Daniel Lezcano
Browse files

dt-bindings: timer: ingenic,tcu: use absolute path to other schema

parent 7a93d490
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -113,7 +113,7 @@ properties:
patternProperties:
patternProperties:
  "^watchdog@[a-f0-9]+$":
  "^watchdog@[a-f0-9]+$":
    type: object
    type: object
    $ref: ../watchdog/watchdog.yaml#
    $ref: /schemas/watchdog/watchdog.yaml#
    properties:
    properties:
      compatible:
      compatible:
        oneOf:
        oneOf:
@@ -145,7 +145,7 @@ patternProperties:


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