Skip to content

Commit 174b934

Browse files
lumagandersson
authored andcommitted
ARM: dts: qcom-mdm9615: specify clocks for the lcc device
Specify clocks used by the LCC device on the MDM9615 platform. Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 7c74379 commit 174b934

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
};
4040

4141
clocks {
42-
cxo_board {
42+
cxo_board: cxo_board {
4343
compatible = "fixed-clock";
4444
#clock-cells = <0>;
4545
clock-frequency = <19200000>;
@@ -113,6 +113,20 @@
113113
reg = <0x28000000 0x1000>;
114114
#clock-cells = <1>;
115115
#reset-cells = <1>;
116+
clocks = <&cxo_board>,
117+
<&gcc PLL4_VOTE>,
118+
<0>,
119+
<0>, <0>,
120+
<0>, <0>,
121+
<0>;
122+
clock-names = "cxo",
123+
"pll4_vote",
124+
"mi2s_codec_clk",
125+
"codec_i2s_mic_codec_clk",
126+
"spare_i2s_mic_codec_clk",
127+
"codec_i2s_spkr_codec_clk",
128+
"spare_i2s_spkr_codec_clk",
129+
"pcm_codec_clk";
116130
};
117131

118132
l2cc: clock-controller@2011000 {

0 commit comments

Comments
 (0)