Skip to content

Commit d3e591a

Browse files
danielhbpalmer-dabbelt
authored andcommitted
dt-bindings: riscv: Document cbop-block-size
Following the examples of cbom-block-size and cboz-block-size, cbop-block-size is the cache size of Zicbop (cbo.prefetch) operations. The most common case is to have all cache block sizes to be the same size (e.g. profiles such as rva22u64 mandates a 64 bytes size for all cache operations), but there's no specification requirement for that, and an implementation can have different cache sizes for each operation. Cc: Rob Herring <robh@kernel.org> Cc: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Link: https://lore.kernel.org/r/20231029123500.739409-1-dbarboza@ventanamicro.com Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 2e60574 commit d3e591a

File tree

1 file changed

+5
-0
lines changed
  • Documentation/devicetree/bindings/riscv

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/riscv/cpus.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ properties:
8080
description:
8181
The blocksize in bytes for the Zicbom cache operations.
8282

83+
riscv,cbop-block-size:
84+
$ref: /schemas/types.yaml#/definitions/uint32
85+
description:
86+
The blocksize in bytes for the Zicbop cache operations.
87+
8388
riscv,cboz-block-size:
8489
$ref: /schemas/types.yaml#/definitions/uint32
8590
description:

0 commit comments

Comments
 (0)