diff options
author | Rob Herring <robh@kernel.org> | 2023-03-27 12:01:45 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-04-18 18:46:20 -0500 |
commit | 975b1e501887c287e82bbbed523de8c87197fddc (patch) | |
tree | 68f1ac0a9da2d11087b1fe4946a0f49e97d684f8 /Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml | |
parent | 6416a6ec1acbccd4191c62a57a85ef55056e69ca (diff) |
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/nvidia,tegra186-timer.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml b/Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml index db8b5595540f..76516e18e042 100644 --- a/Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml +++ b/Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/timer/nvidia,tegra186-timer.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/timer/nvidia,tegra186-timer.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: NVIDIA Tegra186 timer |