|
@@ -459,7 +459,7 @@ static void bam_chan_init_hw(struct bam_chan *bchan,
|
|
|
*/
|
|
|
writel_relaxed(ALIGN(bchan->fifo_phys, sizeof(struct bam_desc_hw)),
|
|
|
bam_addr(bdev, bchan->id, BAM_P_DESC_FIFO_ADDR));
|
|
|
- writel_relaxed(BAM_DESC_FIFO_SIZE,
|
|
|
+ writel_relaxed(BAM_MAX_DATA_SIZE,
|
|
|
bam_addr(bdev, bchan->id, BAM_P_FIFO_SIZES));
|
|
|
|
|
|
/* enable the per pipe interrupts, enable EOT, ERR, and INT irqs */
|