Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156796
b: refs/heads/master
c: 284119c
h: refs/heads/master
v: v3
  • Loading branch information
Vikram Pandita authored and Tony Lindgren committed Aug 10, 2009
1 parent d024e4e commit 8e76ce4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cd92204924fafbd5c7241dfd12ca3176d542e0c5
refs/heads/master: 284119c48f4a0c469b3e0237b500e536b4bc7b6f
4 changes: 3 additions & 1 deletion trunk/arch/arm/plat-omap/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,9 @@ void omap_start_dma(int lch)

cur_lch = next_lch;
} while (next_lch != -1);
} else if (cpu_class_is_omap2()) {
} else if (cpu_is_omap242x() ||
(cpu_is_omap243x() && omap_type() <= OMAP2430_REV_ES1_0)) {

/* Errata: Need to write lch even if not using chaining */
dma_write(lch, CLNK_CTRL(lch));
}
Expand Down

0 comments on commit 8e76ce4

Please sign in to comment.