[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220320113430.26076-16-ansuelsmth@gmail.com>
Date: Sun, 20 Mar 2022 12:34:27 +0100
From: Ansuel Smith <ansuelsmth@...il.com>
To: Rob Herring <robh+dt@...nel.org>, Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Ansuel Smith <ansuelsmth@...il.com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org
Subject: [PATCH v3 15/18] dt-bindings: clock: Add L2 clocks to qcom,krait-cc Documentation
Krait-cc qcom driver provide also L2 clocks and require the acpu_l2_aux
and the hfpll_l2 clock to be provided. Add these missing clocks to the
Documentation.
Signed-off-by: Ansuel Smith <ansuelsmth@...il.com>
---
.../devicetree/bindings/clock/qcom,krait-cc.yaml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/clock/qcom,krait-cc.yaml b/Documentation/devicetree/bindings/clock/qcom,krait-cc.yaml
index 3223fce915bb..f89b70ab01ae 100644
--- a/Documentation/devicetree/bindings/clock/qcom,krait-cc.yaml
+++ b/Documentation/devicetree/bindings/clock/qcom,krait-cc.yaml
@@ -23,16 +23,20 @@ properties:
items:
- description: phandle to hfpll for CPU0 mux
- description: phandle to hfpll for CPU1 mux
+ - description: phandle to hfpll for L2 mux
- description: phandle to CPU0 aux clock
- description: phandle to CPU1 aux clock
+ - description: phandle to L2 aux clock
- description: phandle to QSB fixed clk
clock-names:
items:
- const: hfpll0
- const: hfpll1
+ - const: hfpll_l2
- const: acpu0_aux
- const: acpu1_aux
+ - const: acpu_l2_aux
- const: qsb
'#clock-cells':
@@ -52,8 +56,8 @@ examples:
compatible = "qcom,krait-cc-v1";
clocks = <&hfpll0>, <&hfpll1>, <&hfpll_l2>,
<&acpu0_aux>, <&acpu1_aux>, <&acpu_l2_aux>, <&qsb>;
- clock-names = "hfpll0", "hfpll1",
- "acpu0_aux", "acpu1_aux", "qsb";
+ clock-names = "hfpll0", "hfpll1", "hfpll_l2",
+ "acpu0_aux", "acpu1_aux", "acpu_l2_aux", "qsb";
#clock-cells = <1>;
};
...
--
2.34.1
Powered by blists - more mailing lists