Skip to content

Commit 8349097

Browse files
lumagandersson
authored andcommitted
dt-bindings: clock: qcom,lcc.yaml: describe clocks for lcc,qcom-mdm9615
Describe parent clocks used by the LCC on the MDM9615 platform. It is the list as the one for msm8960/apq8064, with only difference being pxo/cxo replacement. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230512211727.3445575-2-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e5e527d commit 8349097

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

Documentation/devicetree/bindings/clock/qcom,lcc.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,40 @@ allOf:
7676
- clocks
7777
- clock-names
7878

79+
- if:
80+
properties:
81+
compatible:
82+
contains:
83+
enum:
84+
- qcom,lcc-mdm9615
85+
then:
86+
properties:
87+
clocks:
88+
items:
89+
- description: Board CXO source
90+
- description: PLL 4 Vote clock
91+
- description: MI2S codec clock
92+
- description: Mic I2S codec clock
93+
- description: Mic I2S spare clock
94+
- description: Speaker I2S codec clock
95+
- description: Speaker I2S spare clock
96+
- description: PCM codec clock
97+
98+
clock-names:
99+
items:
100+
- const: cxo
101+
- const: pll4_vote
102+
- const: mi2s_codec_clk
103+
- const: codec_i2s_mic_codec_clk
104+
- const: spare_i2s_mic_codec_clk
105+
- const: codec_i2s_spkr_codec_clk
106+
- const: spare_i2s_spkr_codec_clk
107+
- const: pcm_codec_clk
108+
109+
required:
110+
- clocks
111+
- clock-names
112+
79113
examples:
80114
- |
81115
clock-controller@28000000 {

0 commit comments

Comments
 (0)