Skip to content

Commit 1e5cae9

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
dt-bindings: riscv: explicitly mention assumption of Zicntr & Zihpm support
Similar to commit 41ebfc9 ("dt-bindings: riscv: explicitly mention assumption of Zicsr & Zifencei support"), the Zicntr and Zihpm extensions also used to be part of the base ISA but were removed after the bindings were merged. Document the assumption of their presence in the base ISA. Suggested-by: Palmer Dabbelt <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Acked-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/20230607-rerun-retinal-5e8ba89e98f1@spud Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 7816ebc commit 1e5cae9

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/riscv/cpus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ properties:
8989
Due to revisions of the ISA specification, some deviations
9090
have arisen over time.
9191
Notably, riscv,isa was defined prior to the creation of the
92-
Zicsr and Zifencei extensions and thus "i" implies
93-
"zicsr_zifencei".
92+
Zicntr, Zicsr, Zifencei and Zihpm extensions and thus "i"
93+
implies "zicntr_zicsr_zifencei_zihpm".
9494

9595
While the isa strings in ISA specification are case
9696
insensitive, letters in the riscv,isa string must be all

0 commit comments

Comments
 (0)