Skip to content

Commit 975b1e5

Browse files
committed
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>
1 parent 6416a6e commit 975b1e5

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ patternProperties:
6666
description: A timer node has up to 8 frame sub-nodes, each with the following properties.
6767
properties:
6868
frame-number:
69-
$ref: "/schemas/types.yaml#/definitions/uint32"
69+
$ref: /schemas/types.yaml#/definitions/uint32
7070
minimum: 0
7171
maximum: 7
7272

Documentation/devicetree/bindings/timer/cdns,ttc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ properties:
2828
maxItems: 1
2929

3030
timer-width:
31-
$ref: "/schemas/types.yaml#/definitions/uint32"
31+
$ref: /schemas/types.yaml#/definitions/uint32
3232
description: |
3333
Bit width of the timer, necessary if not 16.
3434

Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2018 Linaro Ltd.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/timer/intel,ixp4xx-timer.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/timer/intel,ixp4xx-timer.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: Intel IXP4xx XScale Networking Processors Timers
99

Documentation/devicetree/bindings/timer/nvidia,tegra-timer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/timer/nvidia,tegra-timer.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/timer/nvidia,tegra-timer.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: NVIDIA Tegra timer
88

Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/timer/nvidia,tegra186-timer.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/timer/nvidia,tegra186-timer.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: NVIDIA Tegra186 timer
88

Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2022 Linaro Ltd.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/timer/st,nomadik-mtu.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/timer/st,nomadik-mtu.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: ST Microelectronics Nomadik Multi-Timer Unit MTU Timer
99

0 commit comments

Comments
 (0)