[PATCH v2] dt-bindings: firmware: document Qualcomm SM8550 SCM

neil.armstrong@linaro.org posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] dt-bindings: firmware: document Qualcomm SM8550 SCM
Posted by neil.armstrong@linaro.org 2 years, 7 months ago
From: Abel Vesa <abel.vesa@linaro.org>

Document the compatible for Qualcomm SM8550 SCM.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- Added missing allOf:if:then entries.
- Link to v1: https://lore.kernel.org/all/20221116124038.2769028-1-abel.vesa@linaro.org/
---
 Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
index 4193492ba73e..4eee95f65f8e 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -54,6 +54,7 @@ properties:
           - qcom,scm-sm8250
           - qcom,scm-sm8350
           - qcom,scm-sm8450
+          - qcom,scm-sm8550
           - qcom,scm-qcs404
       - const: qcom,scm
 
@@ -165,6 +166,7 @@ allOf:
             contains:
               enum:
                 - qcom,scm-sm8450
+                - qcom,scm-sm8550
     then:
       properties:
         interconnects: false
@@ -177,6 +179,7 @@ allOf:
             contains:
               enum:
                 - qcom,scm-sm8450
+                - qcom,scm-sm8550
     then:
       properties:
         interrupts: false

---
base-commit: 49a8133221c71b935f36a7c340c0271c2a9ee2db
change-id: 20230207-topic-sm8550-upstream-scm-bindings-e078b46d6f85

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>
Re: [PATCH v2] dt-bindings: firmware: document Qualcomm SM8550 SCM
Posted by Bjorn Andersson 2 years, 7 months ago
On Tue, 07 Feb 2023 14:46:46 +0100, neil.armstrong@linaro.org wrote:
> From: Abel Vesa <abel.vesa@linaro.org>
> 
> Document the compatible for Qualcomm SM8550 SCM.
> 
> 

Applied, thanks!

[1/1] dt-bindings: firmware: document Qualcomm SM8550 SCM
      commit: b9fd335389776b7bfd7db4dfdd57c1bfe29c54e1

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] dt-bindings: firmware: document Qualcomm SM8550 SCM
Posted by Krzysztof Kozlowski 2 years, 7 months ago
On 07/02/2023 14:46, neil.armstrong@linaro.org wrote:
> From: Abel Vesa <abel.vesa@linaro.org>
> 
> Document the compatible for Qualcomm SM8550 SCM.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>


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

Best regards,
Krzysztof