]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blob - recipes-kernel/linux/linux-3.0/beagle/0003-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch
linux 3.0: add support for RTC on zippy/zippy2 boards
[glsdk/meta-ti-glsdk.git] / recipes-kernel / linux / linux-3.0 / beagle / 0003-HACK-OMAP3-beagle-switch-to-GPTIMER1.patch
1 From 20aef531f5693b91f38220e49efff5c258b2e70d Mon Sep 17 00:00:00 2001
2 From: Koen Kooi <koen@dominion.thruhere.net>
3 Date: Thu, 21 Jul 2011 12:59:20 +0200
4 Subject: [PATCH 3/3] HACK: OMAP3: beagle: switch to GPTIMER1
6 Breaks with B3 and older due to clock noise
8 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 ---
10  arch/arm/mach-omap2/board-omap3beagle.c |    2 +-
11  1 files changed, 1 insertions(+), 1 deletions(-)
13 diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c
14 index f26a9a8..a04f5a0 100644
15 --- a/arch/arm/mach-omap2/board-omap3beagle.c
16 +++ b/arch/arm/mach-omap2/board-omap3beagle.c
17 @@ -832,5 +832,5 @@ MACHINE_START(OMAP3_BEAGLE, "OMAP3 Beagle Board")
18         .init_early     = omap3_beagle_init_early,
19         .init_irq       = omap3_beagle_init_irq,
20         .init_machine   = omap3_beagle_init,
21 -       .timer          = &omap3_secure_timer,
22 +       .timer          = &omap3_timer,
23  MACHINE_END
24 -- 
25 1.6.6.1