diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-02-20 18:09:18 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2014-07-02 13:26:06 +0200 |
commit | 944ee5dc154b1618d4c794376af237f370c1e6b3 (patch) | |
tree | c2a587ff9a954e04f7d333d2a0bb336aa6a27f07 /arch/arm/mach-omap2/cm-regbits-24xx.h | |
parent | Linux 3.16-rc1 (diff) | |
download | linux-944ee5dc154b1618d4c794376af237f370c1e6b3.tar.xz linux-944ee5dc154b1618d4c794376af237f370c1e6b3.zip |
ARM: OMAP2: convert sys_ck and osc_ck to standard clock types
osc_ck can be simply defined as a multiplexer clock, and the sys_ck
can be a simple divider.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/cm-regbits-24xx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm-regbits-24xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm-regbits-24xx.h b/arch/arm/mach-omap2/cm-regbits-24xx.h index 8538669cc2ad..d7a5d11cbcbf 100644 --- a/arch/arm/mach-omap2/cm-regbits-24xx.h +++ b/arch/arm/mach-omap2/cm-regbits-24xx.h @@ -107,6 +107,7 @@ #define OMAP24XX_AUTO_DPLL_SHIFT 0 #define OMAP24XX_AUTO_DPLL_MASK (0x3 << 0) #define OMAP24XX_APLLS_CLKIN_SHIFT 23 +#define OMAP24XX_APLLS_CLKIN_WIDTH 3 #define OMAP24XX_APLLS_CLKIN_MASK (0x7 << 23) #define OMAP24XX_DPLL_MULT_MASK (0x3ff << 12) #define OMAP24XX_DPLL_DIV_MASK (0xf << 8) |