Commit 1e5cae98 authored by Conor Dooley's avatar Conor Dooley Committed by Palmer Dabbelt

dt-bindings: riscv: explicitly mention assumption of Zicntr & Zihpm support

Similar to commit 41ebfc91 ("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: default avatarPalmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230607-rerun-retinal-5e8ba89e98f1@spudSigned-off-by: default avatarPalmer Dabbelt <palmer@rivosinc.com>
parent 7816ebc1
...@@ -89,8 +89,8 @@ properties: ...@@ -89,8 +89,8 @@ properties:
Due to revisions of the ISA specification, some deviations Due to revisions of the ISA specification, some deviations
have arisen over time. have arisen over time.
Notably, riscv,isa was defined prior to the creation of the Notably, riscv,isa was defined prior to the creation of the
Zicsr and Zifencei extensions and thus "i" implies Zicntr, Zicsr, Zifencei and Zihpm extensions and thus "i"
"zicsr_zifencei". implies "zicntr_zicsr_zifencei_zihpm".
While the isa strings in ISA specification are case While the isa strings in ISA specification are case
insensitive, letters in the riscv,isa string must be all insensitive, letters in the riscv,isa string must be all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment