File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/devicetree/bindings/riscv Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ properties:
61
61
hart. These values originate from the RISC-V Privileged
62
62
Specification document, available from
63
63
https://riscv.org/specifications/
64
- $ref : " /schemas/types.yaml#/definitions/string"
64
+ $ref : /schemas/types.yaml#/definitions/string
65
65
enum :
66
66
- riscv,sv32
67
67
- riscv,sv39
@@ -95,7 +95,7 @@ properties:
95
95
While the isa strings in ISA specification are case
96
96
insensitive, letters in the riscv,isa string must be all
97
97
lowercase.
98
- $ref : " /schemas/types.yaml#/definitions/string"
98
+ $ref : /schemas/types.yaml#/definitions/string
99
99
pattern : ^rv(?:64|32)imaf?d?q?c?b?k?j?p?v?h?(?:[hsxz](?:[a-z])+)?(?:_[hsxz](?:[a-z])+)*$
100
100
101
101
# RISC-V requires 'timebase-frequency' in /cpus, so disallow it here
@@ -120,7 +120,7 @@ properties:
120
120
- interrupt-controller
121
121
122
122
cpu-idle-states :
123
- $ref : ' /schemas/types.yaml#/definitions/phandle-array'
123
+ $ref : /schemas/types.yaml#/definitions/phandle-array
124
124
items :
125
125
maxItems : 1
126
126
description : |
You can’t perform that action at this time.
0 commit comments