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

Abel Vesa posted 1 patch 4 weeks ago
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface
Posted by Abel Vesa 4 weeks ago
Document the SCM Firmware Interface on the Eliza SoC.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
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@oss.qualcomm.com
---
 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@oss.qualcomm.com>
Re: [PATCH v2] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface
Posted by Bjorn Andersson 2 weeks, 1 day ago
On Wed, 11 Mar 2026 10:43:02 +0200, Abel Vesa wrote:
> Document the SCM Firmware Interface on the Eliza SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface
      commit: b4d4a4f6e2ca171c5f1ef6b9e387943542eded09

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] dt-bindings: firmware: qcom,scm: document Eliza SCM Firmware Interface
Posted by Krzysztof Kozlowski 3 weeks, 5 days ago
On Wed, Mar 11, 2026 at 10:43:02AM +0200, Abel Vesa wrote:
> Document the SCM Firmware Interface on the Eliza SoC.
> 
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> 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@oss.qualcomm.com
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
>  1 file changed, 2 insertions(+)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

Best regards,
Krzysztof