Skip to content

Commit 700556a

Browse files
clementlegerpalmer-dabbelt
authored andcommitted
dt-bindings: riscv: add Zcmop ISA extension description
Add description for the Zcmop (Compressed May-Be-Operations) ISA extension which was ratified in commit c732a4f39a4c ("Zcmop is ratified/1.0") of the riscv-isa-manual. Signed-off-by: Clément Léger <cleger@rivosinc.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240619113529.676940-13-cleger@rivosinc.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent d27c34a commit 700556a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Documentation/devicetree/bindings/riscv/extensions.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ properties:
252252
merged in the riscv-isa-manual by commit dbc79cf28a2 ("Initial seed
253253
of zc.adoc to src tree.").
254254
255+
- const: zcmop
256+
description:
257+
The standard Zcmop extension version 1.0, as ratified in commit
258+
c732a4f39a4 ("Zcmop is ratified/1.0") of the riscv-isa-manual.
259+
255260
- const: zfa
256261
description:
257262
The standard Zfa extension for additional floating point
@@ -579,6 +584,13 @@ properties:
579584
const: zca
580585
- contains:
581586
const: f
587+
# Zcmop depends on Zca
588+
- if:
589+
contains:
590+
const: zcmop
591+
then:
592+
contains:
593+
const: zca
582594

583595
allOf:
584596
# Zcf extension does not exist on rv64

0 commit comments

Comments
 (0)