aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-omap/clock.h')
-rw-r--r--include/asm-arm/arch-omap/clock.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h
index fa6881049903..fc7b80643852 100644
--- a/include/asm-arm/arch-omap/clock.h
+++ b/include/asm-arm/arch-omap/clock.h
@@ -88,4 +88,9 @@ extern int clk_get_usecount(struct clk *clk);
88#define CLOCK_IN_OMAP242X (1 << 25) 88#define CLOCK_IN_OMAP242X (1 << 25)
89#define CLOCK_IN_OMAP243X (1 << 26) 89#define CLOCK_IN_OMAP243X (1 << 26)
90 90
91/* CM_CLKSEL2_PLL.CORE_CLK_SRC options (24XX) */
92#define CORE_CLK_SRC_32K 0
93#define CORE_CLK_SRC_DPLL 1
94#define CORE_CLK_SRC_DPLL_X2 2
95
91#endif 96#endif