Skip to content

Commit 5fd7150

Browse files
lkundrakarndb
authored andcommitted
ARM: dts: mmp2: Add Audio Clock controller
This device generates the audio codec master clock and bit clock. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lubomir Rintel <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent f3f202b commit 5fd7150

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

arch/arm/boot/dts/mmp2.dtsi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,19 @@
210210
#dma-cells = <1>;
211211
status = "disabled";
212212
};
213+
214+
audio_clk: clocks@d42a0c30 {
215+
compatible = "marvell,mmp2-audio-clock";
216+
reg = <0xd42a0c30 0x10>;
217+
clock-names = "audio", "vctcxo", "i2s0", "i2s1";
218+
clocks = <&soc_clocks MMP2_CLK_AUDIO>,
219+
<&soc_clocks MMP2_CLK_VCTCXO>,
220+
<&soc_clocks MMP2_CLK_I2S0>,
221+
<&soc_clocks MMP2_CLK_I2S1>;
222+
power-domains = <&soc_clocks MMP2_POWER_DOMAIN_AUDIO>;
223+
#clock-cells = <1>;
224+
status = "disabled";
225+
};
213226
};
214227

215228
apb@d4000000 { /* APB */

0 commit comments

Comments
 (0)