diff options
author | Charulatha V <charu@ti.com> | 2011-02-24 10:46:49 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2011-02-24 22:01:53 +0100 |
commit | dc48e5fc782f8d447aae2e82ba7453ddcf32c617 (patch) | |
tree | 6a60e6645ea57f2ebe4f5d9b01ec486f6afe3f06 /arch/arm/plat-omap/include/plat/mcbsp.h | |
parent | OMAP2430: hwmod data: Add McBSP (diff) | |
download | linux-dc48e5fc782f8d447aae2e82ba7453ddcf32c617.tar.xz linux-dc48e5fc782f8d447aae2e82ba7453ddcf32c617.zip |
OMAP3: hwmod data: Add McBSP
Add McBSP hwmod data for OMAP3.
Added a revision member inorder to facilitate the driver to
differentiate between mcbsp in different omap.
Signed-off-by: Charulatha V <charu@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Cc: Benoit Cousson <b-cousson@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcbsp.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mcbsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h index 64491a5385e9..f084b6acfbf2 100644 --- a/arch/arm/plat-omap/include/plat/mcbsp.h +++ b/arch/arm/plat-omap/include/plat/mcbsp.h @@ -38,6 +38,7 @@ static struct platform_device omap_mcbsp##port_nr = { \ } #define MCBSP_CONFIG_TYPE2 0x2 +#define MCBSP_CONFIG_TYPE3 0x3 #define OMAP7XX_MCBSP1_BASE 0xfffb1000 #define OMAP7XX_MCBSP2_BASE 0xfffb1800 |