aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-3430sdp.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@nokia.com>2009-11-04 09:58:18 +0200
committerTony Lindgren <tony@atomide.com>2009-11-22 10:09:19 -0800
commit6df74efbb8c38c4a057223be564323ff26d44fd3 (patch)
tree6c6600e18121776e9b34dce5b67b600e29e50be6 /arch/arm/mach-omap2/board-3430sdp.c
parentMFD: TWL4030: Add audio_mclk to the codec platform data (diff)
downloadlinux-dev-6df74efbb8c38c4a057223be564323ff26d44fd3.tar.xz
linux-dev-6df74efbb8c38c4a057223be564323ff26d44fd3.zip
OMAP: Configure audio_mclk for twl4030-codec MFD
audio_mclk value is going to be handled by the twl4030-codec MFD driver, configure the correct value for boards, which is using the twl4030 audio. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@nokia.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-3430sdp.c')
-rw-r--r--arch/arm/mach-omap2/board-3430sdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-3430sdp.c b/arch/arm/mach-omap2/board-3430sdp.c
index 7c1bbe255b8f..4f052982b7cc 100644
--- a/arch/arm/mach-omap2/board-3430sdp.c
+++ b/arch/arm/mach-omap2/board-3430sdp.c
@@ -415,6 +415,7 @@ static struct twl4030_codec_audio_data sdp3430_audio = {
};
static struct twl4030_codec_data sdp3430_codec = {
+ .audio_mclk = 26000000,
.audio = &sdp3430_audio,
};