Skip to content

Commit

Permalink
msm: timer: Only use GPT workarounds on ARM11
Browse files Browse the repository at this point in the history
The workarounds needed to use the GPT on ARM11 targets are unnecessary
on Scorpion.

CRs-Fixed: 273610
Change-Id: I8f216b57eb53f44f136a67ee0496c0c8dac6ca6c
Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>
  • Loading branch information
Jeff Ohlstein authored and intersectRaven committed May 21, 2011
1 parent 864faeb commit 1d8c08d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion arch/arm/mach-msm/timer.c
Expand Up @@ -582,9 +582,12 @@ static struct msm_clock msm_clocks[] = {
.regbase = MSM_GPT_BASE,
.freq = GPT_HZ,
.flags =
#ifdef CONFIG_ARCH_MSM_ARM11
MSM_CLOCK_FLAGS_UNSTABLE_COUNT |
MSM_CLOCK_FLAGS_ODD_MATCH_WRITE |
MSM_CLOCK_FLAGS_DELAYED_WRITE_POST,
MSM_CLOCK_FLAGS_DELAYED_WRITE_POST |
#endif
0,
.write_delay = 9,
},
[MSM_CLOCK_DGT] = {
Expand Down

0 comments on commit 1d8c08d

Please sign in to comment.