[PATCH v2] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface

From: Abel Vesa

Date: Wed Mar 11 2026 - 05:03:55 EST


Document the SCM Firmware Interface on the Eliza SoC.

Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- Added the compatible to the if-clause for interrupts being present,
just like on sm8750, even though the schema is way too relaxed and
doesn't mark them as required. No idea if it should be or not.
Anyway, now it is in line with sm8750, milos and so on.
- Link to v1: https://patch.msgid.link/20260223-eliza-bindings-scm-v1-1-c88643112dd4@xxxxxxxxxxxxxxxx
---
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index d66459f1d84e..d55c93cb610c 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -23,6 +23,7 @@ properties:
- enum:
- qcom,scm-apq8064
- qcom,scm-apq8084
+ - qcom,scm-eliza
- qcom,scm-glymur
- qcom,scm-ipq4019
- qcom,scm-ipq5018
@@ -204,6 +205,7 @@ allOf:
compatible:
contains:
enum:
+ - qcom,scm-eliza
- qcom,scm-kaanapali
- qcom,scm-milos
- qcom,scm-sm8450

---
base-commit: 343f51842f4ed7143872f3aa116a214a5619a4b9
change-id: 20260221-eliza-bindings-scm-7f377bcaf743

Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>