aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2011-12-12 20:48:47 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 22:31:49 +0800
commit376d690292125b07e3549ae5b27b1bb450c67ad3 (patch)
tree68aa719737c88c93edd941dad0c2fcad63a7e651 /arch/arm/plat-omap
parent907b4b5751b2777b0d846bb1746e76de607ac227 (diff)
OMAP4: McBSP: Change fclk source names per OMAP version
OMAP4 McBSP FCLK uses clock sources with different names than OMAP3. The names for the clock sources are now associated with the OMAP version. Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/plat/mcbsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h
index 7cfd3d48d95..00c24cee4d2 100644
--- a/arch/arm/plat-omap/include/plat/mcbsp.h
+++ b/arch/arm/plat-omap/include/plat/mcbsp.h
@@ -304,6 +304,9 @@ struct omap_mcbsp_platform_data {
u8 reg_size;
u8 reg_step;
+ char clks_pad_src[30];
+ char clks_prcm_src[30];
+
/* McBSP platform and instance specific features */
bool has_wakeup; /* Wakeup capability */
bool has_ccr; /* Transceiver has configuration control registers */