|
@@ -383,6 +383,8 @@ static struct platform_device sh_eth_device = {
|
|
|
.id = -1,
|
|
|
.dev = {
|
|
|
.platform_data = &sh_eth_platdata,
|
|
|
+ .dma_mask = &sh_eth_device.dev.coherent_dma_mask,
|
|
|
+ .coherent_dma_mask = DMA_BIT_MASK(32),
|
|
|
},
|
|
|
.resource = sh_eth_resources,
|
|
|
.num_resources = ARRAY_SIZE(sh_eth_resources),
|