Commit 93215d9f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

dt-bindings: power: drop quotes when not needed

Id and schema fields do not need quotes.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarHector Martin <marcan@marcan.st>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220726115748.101015-1-krzysztof.kozlowski@linaro.org
parent 6312bb71
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Copyright 2019 BayLibre, SAS # Copyright 2019 BayLibre, SAS
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#" $id: http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson Everything-Else Power Domains title: Amlogic Meson Everything-Else Power Domains
......
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# Author: Jianxin Pan <jianxin.pan@amlogic.com> # Author: Jianxin Pan <jianxin.pan@amlogic.com>
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#" $id: http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Amlogic Meson Secure Power Domains title: Amlogic Meson Secure Power Domains
......
...@@ -10,7 +10,7 @@ maintainers: ...@@ -10,7 +10,7 @@ maintainers:
- Hector Martin <marcan@marcan.st> - Hector Martin <marcan@marcan.st>
allOf: allOf:
- $ref: "power-domain.yaml#" - $ref: power-domain.yaml#
description: | description: |
Apple SoCs include PMGR blocks responsible for power management, Apple SoCs include PMGR blocks responsible for power management,
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/power/brcm,bcm63xx-power.yaml#" $id: http://devicetree.org/schemas/power/brcm,bcm63xx-power.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: BCM63xx power domain driver title: BCM63xx power domain driver
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/power/renesas,apmu.yaml#" $id: http://devicetree.org/schemas/power/renesas,apmu.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas Advanced Power Management Unit title: Renesas Advanced Power Management Unit
......
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2 %YAML 1.2
--- ---
$id: "http://devicetree.org/schemas/power/renesas,rcar-sysc.yaml#" $id: http://devicetree.org/schemas/power/renesas,rcar-sysc.yaml#
$schema: "http://devicetree.org/meta-schemas/core.yaml#" $schema: http://devicetree.org/meta-schemas/core.yaml#
title: Renesas R-Car and RZ/G System Controller title: Renesas R-Car and RZ/G System Controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment