diff mbox series

[2/5] dt-bindings: clocks: qcom,sdm845-camcc: add clocks/clock-names

Message ID 20220215201539.3970459-3-dmitry.baryshkov@linaro.org
State Not Applicable, archived
Headers show
Series sdm845 and msm8996 clock updates | expand

Checks

Context Check Description
robh/patch-applied fail

Commit Message

Dmitry Baryshkov Feb. 15, 2022, 8:15 p.m. UTC
The driver can parse bi-tcxo clock from the clocks passed in the device
tree. Specify it in schema.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stephen Boyd Feb. 18, 2022, 12:18 a.m. UTC | #1
Quoting Dmitry Baryshkov (2022-02-15 12:15:36)
> The driver can parse bi-tcxo clock from the clocks passed in the device
> tree. Specify it in schema.
>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---

Reviewed-by: Stephen Boyd <sboyd@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml b/Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml
index c61314caf692..d4239ccae917 100644
--- a/Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,sdm845-camcc.yaml
@@ -56,6 +56,8 @@  examples:
     clock-controller@ad00000 {
       compatible = "qcom,sdm845-camcc";
       reg = <0x0ad00000 0x10000>;
+      clocks = <&rpmhcc RPMH_CXO_CLK>;
+      clock-names = "bi_tcxo";
       #clock-cells = <1>;
       #reset-cells = <1>;
       #power-domain-cells = <1>;