[PATCH] dt-bindings: firmware: qcom,scm: Document Glymur scm

Pankaj Patil posted 1 patch 1 week, 6 days ago
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: firmware: qcom,scm: Document Glymur scm
Posted by Pankaj Patil 1 week, 6 days ago
Document the SCM compatible for Qualcomm Glymur SoC.
Secure Channel Manager(SCM) is used to communicate
with secure firmware.

Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
---
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index ef97faac7e47..38c64c3783f8 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-glymur
           - qcom,scm-ipq4019
           - qcom,scm-ipq5018
           - qcom,scm-ipq5332
-- 
2.34.1
Re: [PATCH] dt-bindings: firmware: qcom,scm: Document Glymur scm
Posted by Rob Herring (Arm) 1 week, 2 days ago
On Thu, 18 Sep 2025 19:47:38 +0530, Pankaj Patil wrote:
> Document the SCM compatible for Qualcomm Glymur SoC.
> Secure Channel Manager(SCM) is used to communicate
> with secure firmware.
> 
> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>