diff options
author | Wolfgang Denk | 2010-10-23 21:56:51 +0200 |
---|---|---|
committer | Wolfgang Denk | 2010-10-23 21:56:51 +0200 |
commit | 33a08c10c78baf67e41cd03d5732ddc338e8c2e9 (patch) | |
tree | 90c168a7741fc77c3e58c47a48af96cb8278c30e /arch | |
parent | b4039a54153994e7c9a9f1c42a2a70a9153b6587 (diff) | |
parent | a0152c4ba1ea052df2c3303195d252b86cbfc121 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-video
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-mx5/crm_regs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx5/crm_regs.h b/arch/arm/include/asm/arch-mx5/crm_regs.h index 14aa231a5b0..4ed8eb31c8a 100644 --- a/arch/arm/include/asm/arch-mx5/crm_regs.h +++ b/arch/arm/include/asm/arch-mx5/crm_regs.h @@ -189,4 +189,15 @@ struct mxc_ccm_reg { #define MXC_CCM_CSCDR1_UART_CLK_PODF_OFFSET 0 #define MXC_CCM_CSCDR1_UART_CLK_PODF_MASK 0x7 +/* Define the bits in register CCDR */ +#define MXC_CCM_CCDR_IPU_HS_MASK (0x1 << 17) + +/* Define the bits in register CCGRx */ +#define MXC_CCM_CCGR_CG_MASK 0x3 + +#define MXC_CCM_CCGR5_CG5_OFFSET 10 + +/* Define the bits in register CLPCR */ +#define MXC_CCM_CLPCR_BYPASS_IPU_LPM_HS (0x1 << 18) + #endif /* __ARCH_ARM_MACH_MX51_CRM_REGS_H__ */ |