Commit 3161abde authored by Russell King's avatar Russell King

[ARM] Ensure AMBA devices on Versatile have a correct dma_mask

parent 04e3e4ab
...@@ -336,6 +336,7 @@ static struct amba_device name##_device = { \ ...@@ -336,6 +336,7 @@ static struct amba_device name##_device = { \
.end = (VERSATILE_##base##_BASE) + SZ_4K - 1,\ .end = (VERSATILE_##base##_BASE) + SZ_4K - 1,\
.flags = IORESOURCE_MEM, \ .flags = IORESOURCE_MEM, \
}, \ }, \
.dma_mask = ~0, \
.irq = base##_IRQ, \ .irq = base##_IRQ, \
/* .dma = base##_DMA,*/ \ /* .dma = base##_DMA,*/ \
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment