[PATCH 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615

Taniya Das posted 4 patches 2 months, 1 week ago
There is a newer version of this series
[PATCH 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615
Posted by Taniya Das 2 months, 1 week ago
Add bindings and update documentation for clock rpmh driver on QCS615
SoCs.

Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
---
 Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
index ca857942ed6c..58ed4a1aa727 100644
--- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
@@ -18,6 +18,7 @@ properties:
   compatible:
     enum:
       - qcom,qdu1000-rpmh-clk
+      - qcom,qcs615-rpmh-clk
       - qcom,sa8775p-rpmh-clk
       - qcom,sc7180-rpmh-clk
       - qcom,sc7280-rpmh-clk

-- 
2.45.2
Re: [PATCH 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615
Posted by Krzysztof Kozlowski 2 months, 1 week ago
On 19/09/2024 09:32, Taniya Das wrote:
> Add bindings and update documentation for clock rpmh driver on QCS615
> SoCs.
> 
> Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
> ---
>  Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
> index ca857942ed6c..58ed4a1aa727 100644
> --- a/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
> +++ b/Documentation/devicetree/bindings/clock/qcom,rpmhcc.yaml
> @@ -18,6 +18,7 @@ properties:
>    compatible:
>      enum:
>        - qcom,qdu1000-rpmh-clk
> +      - qcom,qcs615-rpmh-clk

This goes before qdu, keep alphabetical order please.

Best regards,
Krzysztof
Re: [PATCH 1/4] dt-bindings: clock: qcom-rpmhcc: Add RPMHCC bindings for QCS615
Posted by Taniya Das 2 months, 1 week ago

On 9/19/2024 5:49 PM, Krzysztof Kozlowski wrote:
>>         - qcom,qdu1000-rpmh-clk
>> +      - qcom,qcs615-rpmh-clk
> This goes before qdu, keep alphabetical order please.

Yes, definitely my bad to miss in both the files.

-- 
Thanks & Regards,
Taniya Das.