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 f3f202b commit 5fd7150Copy full SHA for 5fd7150
arch/arm/boot/dts/mmp2.dtsi
@@ -210,6 +210,19 @@
210
#dma-cells = <1>;
211
status = "disabled";
212
};
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
+ };
226
227
228
apb@d4000000 { /* APB */
0 commit comments