mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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 <neil.armstrong@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230512211727.3445575-10-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
7c74379afd
commit
174b934c3d
|
|
@ -39,7 +39,7 @@ cpu-pmu {
|
|||
};
|
||||
|
||||
clocks {
|
||||
cxo_board {
|
||||
cxo_board: cxo_board {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <19200000>;
|
||||
|
|
@ -113,6 +113,20 @@ lcc: clock-controller@28000000 {
|
|||
reg = <0x28000000 0x1000>;
|
||||
#clock-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
clocks = <&cxo_board>,
|
||||
<&gcc PLL4_VOTE>,
|
||||
<0>,
|
||||
<0>, <0>,
|
||||
<0>, <0>,
|
||||
<0>;
|
||||
clock-names = "cxo",
|
||||
"pll4_vote",
|
||||
"mi2s_codec_clk",
|
||||
"codec_i2s_mic_codec_clk",
|
||||
"spare_i2s_mic_codec_clk",
|
||||
"codec_i2s_spkr_codec_clk",
|
||||
"spare_i2s_spkr_codec_clk",
|
||||
"pcm_codec_clk";
|
||||
};
|
||||
|
||||
l2cc: clock-controller@2011000 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user