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

Melody Olvera posted 1 patch 1 month ago
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
Posted by Melody Olvera 1 month ago
Document the scm compatible for sm8750 SoC.

Signed-off-by: Melody Olvera <quic_molvera@quicinc.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 2cc83771d8e7..d2c5e3f87cab 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -64,6 +64,7 @@ properties:
           - qcom,scm-sm8450
           - qcom,scm-sm8550
           - qcom,scm-sm8650
+          - qcom,scm-sm8750
           - qcom,scm-qcs404
           - qcom,scm-x1e80100
       - const: qcom,scm
@@ -195,6 +196,7 @@ allOf:
                 - qcom,scm-sm8450
                 - qcom,scm-sm8550
                 - qcom,scm-sm8650
+                - qcom,scm-sm8750
     then:
       properties:
         interrupts: false

base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17
-- 
2.46.1
Re: [PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
Posted by Bjorn Andersson 2 weeks, 6 days ago
On Mon, 21 Oct 2024 16:04:27 -0700, Melody Olvera wrote:
> Document the scm compatible for sm8750 SoC.
> 
> 

Applied, thanks!

[1/1] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
      commit: 4cadd106208143a919c957171a0634e16fd32f82

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH] dt-bindings: firmware: qcom,scm: Document sm8750 SCM
Posted by Krzysztof Kozlowski 1 month ago
On Mon, Oct 21, 2024 at 04:04:27PM -0700, Melody Olvera wrote:
> Document the scm compatible for sm8750 SoC.
> 
> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

This is a SoC patch, so keep it with other SoC patches (same patchset).

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof