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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent d27c34a commit 700556a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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)