summaryrefslogtreecommitdiff
path: root/sound/soc/ux500/ux500_msp_dai.h
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2012-10-22 12:32:05 (GMT)
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-22 13:28:28 (GMT)
commitf61ab093828df646b5df35f244577859efe4329c (patch)
tree6fa614fd2357d88b8562e6378b2d33465b0523dc /sound/soc/ux500/ux500_msp_dai.h
parentfe36a0b2b55c66f25407cc1f713b631bf7da75fa (diff)
downloadlinux-fsl-qoriq-f61ab093828df646b5df35f244577859efe4329c.tar.xz
ASoC: Ux500: Control apb clock
When switching to common clock driver for ux500 this clock needs to be handled as well. Before this clock was internally managed by the clock driver itself. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/ux500_msp_dai.h')
-rw-r--r--sound/soc/ux500/ux500_msp_dai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.h b/sound/soc/ux500/ux500_msp_dai.h
index 98202a3..9c778d9 100644
--- a/sound/soc/ux500/ux500_msp_dai.h
+++ b/sound/soc/ux500/ux500_msp_dai.h
@@ -69,6 +69,7 @@ struct ux500_msp_i2s_drvdata {
/* Clocks */
unsigned int master_clk;
struct clk *clk;
+ struct clk *pclk;
/* Regulators */
int vape_opp_constraint;