summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/mach/mcbsp.h
diff options
context:
space:
mode:
authorEero Nurkkala2009-08-20 15:18:17 +0200
committerMark Brown2009-08-20 21:10:27 +0200
commit2ba93f8fa77c0140de163e8a31bb9c09b5ded74c (patch)
tree08fa08e3161b87dff66e37241f52707f4ed493b9 /arch/arm/plat-omap/include/mach/mcbsp.h
parentOMAP: McBSP: Change wakeup signals (diff)
downloadkernel-qcow2-linux-2ba93f8fa77c0140de163e8a31bb9c09b5ded74c.tar.gz
kernel-qcow2-linux-2ba93f8fa77c0140de163e8a31bb9c09b5ded74c.tar.xz
kernel-qcow2-linux-2ba93f8fa77c0140de163e8a31bb9c09b5ded74c.zip
OMAP: McBSP: Retain McBSP FCLK clockactivity
FCLK may get autogated so that it prevents the McBSP to work properly. It is the bit 9 that must be set for maintaining the McBSP FCLK. Signed-off-by: Eero Nurkkala <ext-eero.nurkkala@nokia.com> Signed-off-by: Eduardo Valentin <eduardo.valentin@nokia.com> Acked-by: Jarkko Nikula <jarkko.nikula@nokia.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mcbsp.h')
-rw-r--r--arch/arm/plat-omap/include/mach/mcbsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h
index fe10ae8b027b..70e950e295e1 100644
--- a/arch/arm/plat-omap/include/mach/mcbsp.h
+++ b/arch/arm/plat-omap/include/mach/mcbsp.h
@@ -254,6 +254,7 @@
#define RDISABLE 0x0001
/********************** McBSP SYSCONFIG bit definitions ********************/
+#define CLOCKACTIVITY(value) ((value)<<8)
#define SIDLEMODE(value) ((value)<<3)
#define ENAWAKEUP 0x0004
#define SOFTRST 0x0002