projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1f795
)
imx: mx6sl: Add perclk_clk_sel bit define in CCM
author
Ye.Li
<B37916@freescale.com>
Thu, 30 Oct 2014 10:20:56 +0000
(18:20 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Mon, 3 Nov 2014 10:21:48 +0000
(11:21 +0100)
The MX6SL has the perclk_clk_sel to select the perclk source. Add
its define in CCM
Signed-off-by: Ye.Li <B37916@freescale.com>
arch/arm/include/asm/arch-mx6/crm_regs.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-mx6/crm_regs.h
b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 92f9b21dd8d1bac1c45928432e542cf933309994..39f3c0707b8ee38eb9eda7e891a64e9f913298cc 100644
(file)
--- a/
arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/
arch/arm/include/asm/arch-mx6/crm_regs.h
@@
-228,6
+228,8
@@
struct mxc_ccm_reg {
#ifdef CONFIG_MX6SX
#define MXC_CCM_CSCMR1_QSPI1_CLK_SEL_MASK (0x7 << 7)
#define MXC_CCM_CSCMR1_QSPI1_CLK_SEL_OFFSET 7
+#endif
+#if (defined(CONFIG_MX6SL) || defined(CONFIG_MX6SX))
#define MXC_CCM_CSCMR1_PER_CLK_SEL_MASK (1 << 6)
#define MXC_CCM_CSCMR1_PER_CLK_SEL_OFFSET 6
#endif