diff options
author | Rob Herring <robh@kernel.org> | 2023-03-27 19:01:45 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-19 01:46:20 +0200 |
commit | 975b1e501887c287e82bbbed523de8c87197fddc (patch) | |
tree | 68f1ac0a9da2d11087b1fe4946a0f49e97d684f8 /Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml | |
parent | dt-bindings: interrupt-controller: qcom,pdc: document qcom,qdu1000-pdc (diff) | |
download | linux-975b1e501887c287e82bbbed523de8c87197fddc.tar.xz linux-975b1e501887c287e82bbbed523de8c87197fddc.zip |
dt-bindings: timer: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20230327170146.4104556-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml b/Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml index f6efa48c4256..7a4a6ab85970 100644 --- a/Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml +++ b/Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml @@ -66,7 +66,7 @@ patternProperties: description: A timer node has up to 8 frame sub-nodes, each with the following properties. properties: frame-number: - $ref: "/schemas/types.yaml#/definitions/uint32" + $ref: /schemas/types.yaml#/definitions/uint32 minimum: 0 maximum: 7 |