diff options
author | Anthony Felice <tony.felice@timesys.com> | 2013-04-26 17:42:46 -0400 |
---|---|---|
committer | Anthony Felice <tony.felice@timesys.com> | 2013-04-26 17:42:46 -0400 |
commit | cb544c7be05d753a823f1a6055855d2ec6d5edae (patch) | |
tree | ef201878200df47cdc7bca28aea4bdd94c272779 /arch | |
parent | 21ceb093d796e94500502eee94a8cd5fcc76f619 (diff) |
Fix SDHC card timeout error.3.0-pcm052-ts2.2
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-mxc/pit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/pit.c b/arch/arm/plat-mxc/pit.c index e82cca9d06ea..1e350b950b9f 100644 --- a/arch/arm/plat-mxc/pit.c +++ b/arch/arm/plat-mxc/pit.c @@ -217,7 +217,8 @@ static struct irqaction pit_timer_irq = { static struct clock_event_device clockevent_pit = { .name = "pit", - .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, + //.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT, + .features = CLOCK_EVT_FEAT_PERIODIC, .shift = 32, .set_mode = pit_set_mode, .set_next_event = pit_set_next_event, |