diff options
author | Rob Herring <robh@kernel.org> | 2023-03-22 20:35:48 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-03-31 18:00:53 +0300 |
commit | 3267197782a9160c558efc80ce8e57e5bee56f01 (patch) | |
tree | 89998dc0c20a8dbcce4ed47d4f4e7751c2320a07 /Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml | |
parent | c9c9d764daeeb264c647b0c6a3d2f602a7deb586 (diff) | |
download | linux-3267197782a9160c558efc80ce8e57e5bee56f01.tar.xz |
dt-bindings: clock: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed,
checking for this can be enabled in yamllint.
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230322173549.3972106-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml b/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml index 0fdf56414833..6d087ded7437 100644 --- a/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml +++ b/Documentation/devicetree/bindings/clock/mediatek,topckgen.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) %YAML 1.2 --- -$id: "http://devicetree.org/schemas/clock/mediatek,topckgen.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/clock/mediatek,topckgen.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: MediaTek Top Clock Generator Controller |