We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c74379 commit 174b934Copy full SHA for 174b934
arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi
@@ -39,7 +39,7 @@
39
};
40
41
clocks {
42
- cxo_board {
+ cxo_board: cxo_board {
43
compatible = "fixed-clock";
44
#clock-cells = <0>;
45
clock-frequency = <19200000>;
@@ -113,6 +113,20 @@
113
reg = <0x28000000 0x1000>;
114
#clock-cells = <1>;
115
#reset-cells = <1>;
116
+ clocks = <&cxo_board>,
117
+ <&gcc PLL4_VOTE>,
118
+ <0>,
119
+ <0>, <0>,
120
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";
130
131
132
l2cc: clock-controller@2011000 {
0 commit comments