Skip to content

Commit f202338

Browse files
krzkpalmer-dabbelt
authored andcommitted
dt-bindings: riscv: cpus: drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Palmer Dabbelt <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent ca7473c commit f202338

File tree

1 file changed

+3
-3
lines changed
  • Documentation/devicetree/bindings/riscv

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/riscv/cpus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ properties:
6161
hart. These values originate from the RISC-V Privileged
6262
Specification document, available from
6363
https://riscv.org/specifications/
64-
$ref: "/schemas/types.yaml#/definitions/string"
64+
$ref: /schemas/types.yaml#/definitions/string
6565
enum:
6666
- riscv,sv32
6767
- riscv,sv39
@@ -95,7 +95,7 @@ properties:
9595
While the isa strings in ISA specification are case
9696
insensitive, letters in the riscv,isa string must be all
9797
lowercase.
98-
$ref: "/schemas/types.yaml#/definitions/string"
98+
$ref: /schemas/types.yaml#/definitions/string
9999
pattern: ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
100100

101101
# RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
@@ -120,7 +120,7 @@ properties:
120120
- interrupt-controller
121121

122122
cpu-idle-states:
123-
$ref: '/schemas/types.yaml#/definitions/phandle-array'
123+
$ref: /schemas/types.yaml#/definitions/phandle-array
124124
items:
125125
maxItems: 1
126126
description: |

0 commit comments

Comments
 (0)