Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283964
b: refs/heads/master
c: da76250
h: refs/heads/master
v: v3
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Dec 17, 2011
1 parent 9dbde51 commit 4da5802
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d78930f42247ceacd83a7f1c0ca37ab2e0a3fd5b
refs/heads/master: da76250e13256ec58f1b92256d847a7a8ebd9ce8
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ static int omap_init_mcbsp(struct omap_hwmod *oh, void *unused)
else
/* The FIFO has 128 locations */
pdata->buffer_size = 0x80;
} else if (oh->class->rev == MCBSP_CONFIG_TYPE4) {
/* The FIFO has 128 locations for all instances */
pdata->buffer_size = 0x80;
}

if (oh->class->rev >= MCBSP_CONFIG_TYPE3)
Expand Down

0 comments on commit 4da5802

Please sign in to comment.