aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/cm-regbits-44xx.h
diff options
context:
space:
mode:
authorIsrael Cepeda <icepeda@ti.com>2012-04-05 11:37:52 -0500
committerZiyann <jaraidaniel@gmail.com>2014-10-01 12:58:11 +0200
commit78f593afcd2cb0e9d6926ab37fa8d1f4c4caf842 (patch)
tree358a48e8b2f29b4715b9030b54cf7abd4f0cc25f /arch/arm/mach-omap2/cm-regbits-44xx.h
parentaf251daf40d429adc0a1af76b79b11412a6d0f21 (diff)
downloadkernel_samsung_tuna-78f593afcd2cb0e9d6926ab37fa8d1f4c4caf842.zip
kernel_samsung_tuna-78f593afcd2cb0e9d6926ab37fa8d1f4c4caf842.tar.gz
kernel_samsung_tuna-78f593afcd2cb0e9d6926ab37fa8d1f4c4caf842.tar.bz2
OMAP4: clock: Fixing clock internal source selection for ABE ports
ABE ports need a mask of two bits in order to select the correct internal source clock. This patch fix this mask that was only one bit and was overlaping with source clock bits. Change-Id: I8597efd9cec6707e815da39598a0adb7a3ce3c61 Signed-off-by: Israel Cepeda <icepeda@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm-regbits-44xx.h')
-rw-r--r--arch/arm/mach-omap2/cm-regbits-44xx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/cm-regbits-44xx.h b/arch/arm/mach-omap2/cm-regbits-44xx.h
index 65a72eb..b20f47e 100644
--- a/arch/arm/mach-omap2/cm-regbits-44xx.h
+++ b/arch/arm/mach-omap2/cm-regbits-44xx.h
@@ -501,8 +501,8 @@
* CM1_ABE_MCASP_CLKCTRL, CM1_ABE_MCBSP1_CLKCTRL, CM1_ABE_MCBSP2_CLKCTRL,
* CM1_ABE_MCBSP3_CLKCTRL
*/
-#define OMAP4430_CLKSEL_INTERNAL_SOURCE_CM1_ABE_DMIC_SHIFT 26
-#define OMAP4430_CLKSEL_INTERNAL_SOURCE_CM1_ABE_DMIC_MASK (0x3 << 26)
+#define OMAP4430_CLKSEL_INTERNAL_SOURCE_CM1_ABE_SHIFT 26
+#define OMAP4430_CLKSEL_INTERNAL_SOURCE_CM1_ABE_MASK (0x3 << 26)
/* Used by CM_CLKSEL_CORE, CM_CLKSEL_CORE_RESTORE */
#define OMAP4430_CLKSEL_L3_SHIFT 4