summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvf/crm_regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvf/crm_regs.h')
-rw-r--r--arch/arm/mach-mvf/crm_regs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mvf/crm_regs.h b/arch/arm/mach-mvf/crm_regs.h
index 4cfc7898aa87..6b0f14dcb867 100644
--- a/arch/arm/mach-mvf/crm_regs.h
+++ b/arch/arm/mach-mvf/crm_regs.h
@@ -312,6 +312,9 @@
#define MXC_CCM_CSCMR1_SAI1_CLK_SEL_MASK (0x3 << 2)
#define MXC_CCM_CSCMR1_SAI0_CLK_SEL_OFFSET (0)
#define MXC_CCM_CSCMR1_SAI0_CLK_SEL_MASK (0x3)
+#define MXC_CCM_CSCMR1_GPU_CLK_SEL_MASK (0x1 << 14)
+#define MXC_CCM_CSCMR1_GPU_CLK_SEL_OFFSET (14)
+
/* Define the bits in register CSCDR1 */
#define MXC_CCM_CSCDR1_FTM3_CLK_EN (0x1 << 28)
@@ -335,6 +338,7 @@
#define MXC_CCM_CSCDR1_SAI1_DIV_MASK (0xF << 4)
#define MXC_CCM_CSCDR1_SAI0_DIV_OFFSET (0)
#define MXC_CCM_CSCDR1_SAI0_DIV_MASK (0xF << 0)
+#define MXC_CCM_CSCDR2_GPU_EN (0x1 << 10)
/* Define the bits in register CSCDR2 */
#define MXC_CCM_CSCDR2_ESAI_EN (0x1 << 30)