Skip to content

Commit 93215d9

Browse files
krzkrobherring
authored andcommitted
dt-bindings: power: drop quotes when not needed
Id and schema fields do not need quotes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Hector Martin <marcan@marcan.st> Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220726115748.101015-1-krzysztof.kozlowski@linaro.org
1 parent 6312bb7 commit 93215d9

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

Documentation/devicetree/bindings/power/amlogic,meson-ee-pwrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2019 BayLibre, SAS
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/power/amlogic,meson-ee-pwrc.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: Amlogic Meson Everything-Else Power Domains
99

Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Author: Jianxin Pan <jianxin.pan@amlogic.com>
44
%YAML 1.2
55
---
6-
$id: "http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#"
7-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
6+
$id: http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#
7+
$schema: http://devicetree.org/meta-schemas/core.yaml#
88

99
title: Amlogic Meson Secure Power Domains
1010

Documentation/devicetree/bindings/power/apple,pmgr-pwrstate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Hector Martin <marcan@marcan.st>
1111

1212
allOf:
13-
- $ref: "power-domain.yaml#"
13+
- $ref: power-domain.yaml#
1414

1515
description: |
1616
Apple SoCs include PMGR blocks responsible for power management,

Documentation/devicetree/bindings/power/brcm,bcm63xx-power.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/power/brcm,bcm63xx-power.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/power/brcm,bcm63xx-power.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: BCM63xx power domain driver
88

Documentation/devicetree/bindings/power/renesas,apmu.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/power/renesas,apmu.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/power/renesas,apmu.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Renesas Advanced Power Management Unit
88

Documentation/devicetree/bindings/power/renesas,rcar-sysc.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/power/renesas,rcar-sysc.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/power/renesas,rcar-sysc.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Renesas R-Car and RZ/G System Controller
88

0 commit comments

Comments
 (0)