From 376d690292125b07e3549ae5b27b1bb450c67ad3 Mon Sep 17 00:00:00 2001 From: Misael Lopez Cruz Date: Mon, 12 Dec 2011 20:48:47 +0800 Subject: 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 --- arch/arm/plat-omap/include/plat/mcbsp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/arm/plat-omap') 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 */ -- cgit v1.2.3