diff options
| author | Clément Léger <[email protected]> | 2023-11-14 09:12:50 -0500 |
|---|---|---|
| committer | Palmer Dabbelt <[email protected]> | 2023-12-12 15:45:11 -0800 |
| commit | 892f10c8d6ca4b3c12d149085243ad8cd75f09b3 (patch) | |
| tree | d1c85682e3f8493e70ebd23721627270d3093bbc | |
| parent | 74ba42b250a7339c72e5803490b1ea42c3556f26 (diff) | |
dt-bindings: riscv: add Zihintntl ISA extension description
Add description for Zihintntl ISA extension[1].
Link: https://drive.google.com/file/d/13_wsN8YmRfH8YWysFyTX-DjTkCnBd9hj/view [1]
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]>
| -rw-r--r-- | Documentation/devicetree/bindings/riscv/extensions.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml index f3c99e69619b..f953c49be90d 100644 --- a/Documentation/devicetree/bindings/riscv/extensions.yaml +++ b/Documentation/devicetree/bindings/riscv/extensions.yaml @@ -339,6 +339,12 @@ properties: The standard Zihintpause extension for pause hints, as ratified in commit d8ab5c7 ("Zihintpause is ratified") of the riscv-isa-manual. + - const: zihintntl + description: + The standard Zihintntl extension for non-temporal locality hints, as + ratified in commit 0dc91f5 ("Zihintntl is ratified") of the + riscv-isa-manual. + - const: zihpm description: The standard Zihpm extension for hardware performance counters, as |