diff mbox series

[v4,02/10] dt-bindings: riscv: Add Zalasr ISA extension description

Message ID 20251020042056.30283-3-luxu.kernel@bytedance.com
State New
Headers show
Series riscv: Add Zalasr ISA extension support | expand

Commit Message

路旭 Oct. 20, 2025, 4:20 a.m. UTC
Add description for the Zalasr ISA extension

Signed-off-by: Xu Lu <luxu.kernel@bytedance.com>
---
 Documentation/devicetree/bindings/riscv/extensions.yaml | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Conor Dooley Oct. 20, 2025, 5:21 p.m. UTC | #1
Acked-by: Conor Dooley <conor.dooley@microchip.com>
pw-bot: not-applicable
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/riscv/extensions.yaml b/Documentation/devicetree/bindings/riscv/extensions.yaml
index ede6a58ccf534..100fe53fb0731 100644
--- a/Documentation/devicetree/bindings/riscv/extensions.yaml
+++ b/Documentation/devicetree/bindings/riscv/extensions.yaml
@@ -242,6 +242,11 @@  properties:
             is supported as ratified at commit 5059e0ca641c ("update to
             ratified") of the riscv-zacas.
 
+        - const: zalasr
+          description: |
+            The standard Zalasr extension for load-acquire/store-release as frozen
+            at commit 194f0094 ("Version 0.9 for freeze") of riscv-zalasr.
+
         - const: zalrsc
           description: |
             The standard Zalrsc extension for load-reserved/store-conditional as