Skip to content

Commit 4569820

Browse files
committed
dt-bindings: Drop remaining unneeded quotes
Cleanup bindings dropping the last remaining unneeded quotes. With this, the check for this can be enabled in yamllint. Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> # for mtd Acked-by: Sudeep Holla <sudeep.holla@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Wolfram Sang <wsa@kernel.org> # for AT24/I2C Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Ulf Hansson <ulf.hansson@linaro.org> # For MMC Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20230823183749.2609013-1-robh@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
1 parent 58ec916 commit 4569820

40 files changed

Lines changed: 88 additions & 87 deletions

Documentation/devicetree/bindings/arm/arm,embedded-trace-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2021, Arm Ltd
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/arm/arm,embedded-trace-extension.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: ARM Embedded Trace Extensions
99

Documentation/devicetree/bindings/arm/arm,trace-buffer-extension.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2021, Arm Ltd
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/arm/arm,trace-buffer-extension.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: ARM Trace Buffer Extensions
99

@@ -19,7 +19,8 @@ description: |
1919
2020
properties:
2121
$nodename:
22-
const: "trbe"
22+
const: trbe
23+
2324
compatible:
2425
items:
2526
- const: arm,trace-buffer-extension

Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ patternProperties:
143143
"simple-bus". If the compatible is placed in the "motherboard-bus" node,
144144
it is stricter and always has two compatibles.
145145
type: object
146-
$ref: '/schemas/simple-bus.yaml'
146+
$ref: /schemas/simple-bus.yaml
147147
unevaluatedProperties: false
148148

149149
properties:

Documentation/devicetree/bindings/arm/aspeed/aspeed,sbc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2021 Joel Stanley, IBM Corp.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/arm/aspeed/aspeed,sbc.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/arm/aspeed/aspeed,sbc.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: ASPEED Secure Boot Controller
99

Documentation/devicetree/bindings/arm/firmware/tlm,trusted-foundations.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 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/arm/firmware/tlm,trusted-foundations.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: Trusted Foundations
88

Documentation/devicetree/bindings/arm/mstar/mstar,l3bridge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2020 thingy.jp.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/arm/mstar/mstar,l3bridge.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/arm/mstar/mstar,l3bridge.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: MStar/SigmaStar Armv7 SoC l3bridge
99

Documentation/devicetree/bindings/arm/mstar/mstar,smpctrl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Copyright 2020 thingy.jp.
33
%YAML 1.2
44
---
5-
$id: "http://devicetree.org/schemas/arm/mstar/mstar,smpctrl.yaml#"
6-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
5+
$id: http://devicetree.org/schemas/arm/mstar/mstar,smpctrl.yaml#
6+
$schema: http://devicetree.org/meta-schemas/core.yaml#
77

88
title: MStar/SigmaStar Armv7 SoC SMP control registers
99

Documentation/devicetree/bindings/arm/stm32/st,mlahb.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 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/arm/stm32/st,mlahb.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/arm/stm32/st,mlahb.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: STMicroelectronics STM32 ML-AHB interconnect
88

Documentation/devicetree/bindings/arm/stm32/st,stm32-syscon.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 OR BSD-2-Clause)
22
%YAML 1.2
33
---
4-
$id: "http://devicetree.org/schemas/arm/stm32/st,stm32-syscon.yaml#"
5-
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
4+
$id: http://devicetree.org/schemas/arm/stm32/st,stm32-syscon.yaml#
5+
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: STMicroelectronics STM32 Platforms System Controller
88

Documentation/devicetree/bindings/connector/usb-connector.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ properties:
232232
type: boolean
233233

234234
dependencies:
235-
sink-vdos-v1: [ 'sink-vdos' ]
236-
sink-vdos: [ 'sink-vdos-v1' ]
235+
sink-vdos-v1: [ sink-vdos ]
236+
sink-vdos: [ sink-vdos-v1 ]
237237

238238
required:
239239
- compatible

0 commit comments

Comments
 (0)