Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+10 -10
+1 -1
Documentation/devicetree/bindings/timer/arm,arch_timer_mmio.yaml
··· 66 66 description: A timer node has up to 8 frame sub-nodes, each with the following properties. 67 67 properties: 68 68 frame-number: 69 - $ref: "/schemas/types.yaml#/definitions/uint32" 69 + $ref: /schemas/types.yaml#/definitions/uint32 70 70 minimum: 0 71 71 maximum: 7 72 72
+1 -1
Documentation/devicetree/bindings/timer/cdns,ttc.yaml
··· 28 28 maxItems: 1 29 29 30 30 timer-width: 31 - $ref: "/schemas/types.yaml#/definitions/uint32" 31 + $ref: /schemas/types.yaml#/definitions/uint32 32 32 description: | 33 33 Bit width of the timer, necessary if not 16. 34 34
+2 -2
Documentation/devicetree/bindings/timer/intel,ixp4xx-timer.yaml
··· 2 2 # Copyright 2018 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 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# 7 7 8 8 title: Intel IXP4xx XScale Networking Processors Timers 9 9
+2 -2
Documentation/devicetree/bindings/timer/nvidia,tegra-timer.yaml
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 %YAML 1.2 3 3 --- 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# 6 6 7 7 title: NVIDIA Tegra timer 8 8
+2 -2
Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml
··· 1 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 2 %YAML 1.2 3 3 --- 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# 6 6 7 7 title: NVIDIA Tegra186 timer 8 8
+2 -2
Documentation/devicetree/bindings/timer/st,nomadik-mtu.yaml
··· 2 2 # Copyright 2022 Linaro Ltd. 3 3 %YAML 1.2 4 4 --- 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# 7 7 8 8 title: ST Microelectronics Nomadik Multi-Timer Unit MTU Timer 9 9