Message ID | 20240919-qcs615-clock-driver-v1-1-51c0cc92e3a2@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add GCC and RPMH clock controller for QCS615 SoC | expand |
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
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.
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
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(+)