a569c6ec37
Patch from Tony Lindgren Update OMAP timers from linux-omap tree. The highlights of the patch are: - Move timer32k code from mach-omap1 to plat-omap and make it work also on omap24xx by Tony Lindgren - Add support for dmtimer idle check for PM by Tuukka Tikkanen Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8 lines
130 B
C
8 lines
130 B
C
/*
|
|
* linux/include/asm-arm/arch-omap/param.h
|
|
*
|
|
*/
|
|
|
|
#ifdef CONFIG_OMAP_32K_TIMER_HZ
|
|
#define HZ CONFIG_OMAP_32K_TIMER_HZ
|
|
#endif
|