Merge "msm: timer: don't use timer workaround on 8064 rumi" into msm-3.0
This commit is contained in:
committed by
QuIC Gerrit Code Review
commit
aaef2e0f17
@@ -1020,8 +1020,10 @@ static void __init msm_timer_init(void)
|
||||
gpt->freq = 32765;
|
||||
gpt_hz = 32765;
|
||||
sclk_hz = 32765;
|
||||
if (!machine_is_apq8064_rumi3()) {
|
||||
gpt->flags |= MSM_CLOCK_FLAGS_UNSTABLE_COUNT;
|
||||
dgt->flags |= MSM_CLOCK_FLAGS_UNSTABLE_COUNT;
|
||||
}
|
||||
} else {
|
||||
WARN_ON("Timer running on unknown hardware. Configure this! "
|
||||
"Assuming default configuration.\n");
|
||||
|
||||
Reference in New Issue
Block a user