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

Konrad Dybcio posted 1 patch 3 years, 5 months ago
Documentation/devicetree/bindings/firmware/qcom,scm.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH v2] dt-bindings: firmware: document Qualcomm SM6375 SCM
Posted by Konrad Dybcio 3 years, 5 months ago
Document the compatible for Qualcomm SM6375 SCM.

SCM consumes a single clock (core / RPM_SMD_CE1_CLK), though it does
not matter whether Linux enables it, as one of the billion levels of
firmware ensures it's on anyway. Still, mark it as used for the sake
of correctness.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
Changes since v1:
- Add the compatible to allOf to indicate core clock is used
- Rewrite the commit description to match changes

 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 c5b76c9f7ad0..be1b5746eddb 100644
--- a/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
+++ b/Documentation/devicetree/bindings/firmware/qcom,scm.yaml
@@ -47,6 +47,7 @@ properties:
           - qcom,scm-sm6115
           - qcom,scm-sm6125
           - qcom,scm-sm6350
+          - qcom,scm-sm6375
           - qcom,scm-sm8150
           - qcom,scm-sm8250
           - qcom,scm-sm8350
@@ -88,6 +89,7 @@ allOf:
               - qcom,scm-apq8064
               - qcom,scm-msm8660
               - qcom,scm-msm8960
+              - qcom,scm-sm6375
     then:
       properties:
         clock-names:
-- 
2.37.3
Re: [PATCH v2] dt-bindings: firmware: document Qualcomm SM6375 SCM
Posted by Bjorn Andersson 3 years, 5 months ago
On Sat, 15 Oct 2022 13:55:35 +0200, Konrad Dybcio wrote:
> Document the compatible for Qualcomm SM6375 SCM.
> 
> SCM consumes a single clock (core / RPM_SMD_CE1_CLK), though it does
> not matter whether Linux enables it, as one of the billion levels of
> firmware ensures it's on anyway. Still, mark it as used for the sake
> of correctness.
> 
> [...]

Applied, thanks!

[1/1] dt-bindings: firmware: document Qualcomm SM6375 SCM
      commit: fa2d6ed19899462758ea807e93dd972240f836f4

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH v2] dt-bindings: firmware: document Qualcomm SM6375 SCM
Posted by Krzysztof Kozlowski 3 years, 5 months ago
On 15/10/2022 07:55, Konrad Dybcio wrote:
> Document the compatible for Qualcomm SM6375 SCM.
> 
> SCM consumes a single clock (core / RPM_SMD_CE1_CLK), though it does
> not matter whether Linux enables it, as one of the billion levels of
> firmware ensures it's on anyway. Still, mark it as used for the sake
> of correctness.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
> Changes since v1:
> - Add the compatible to allOf to indicate core clock is used
> - Rewrite the commit description to match changes
> 


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

Best regards,
Krzysztof