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

Abel Vesa posted 1 patch 3 years, 4 months ago
There is a newer version of this series
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: firmware: document Qualcomm SM8550 SCM
Posted by Abel Vesa 3 years, 4 months ago
Document the compatible for Qualcomm SM8550 SCM.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 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 25688571ee7c..7b753acb85d5 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -53,6 +53,7 @@ properties:
           - qcom,scm-sm8250
           - qcom,scm-sm8350
           - qcom,scm-sm8450
+          - qcom,scm-sm8550
           - qcom,scm-qcs404
       - const: qcom,scm
 
-- 
2.34.1
Re: [PATCH] dt-bindings: firmware: document Qualcomm SM8550 SCM
Posted by Krzysztof Kozlowski 3 years, 4 months ago
On 16/11/2022 13:40, Abel Vesa wrote:
> Document the compatible for Qualcomm SM8550 SCM.
> 
> Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
> ---
>  Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 1 +

Missing allOf:if:then entry.

Best regards,
Krzysztof