|
@@ -76,6 +76,8 @@ struct of_device* of_platform_device_create(struct device_node *np,
|
|
return NULL;
|
|
return NULL;
|
|
|
|
|
|
dev->dma_mask = 0xffffffffUL;
|
|
dev->dma_mask = 0xffffffffUL;
|
|
|
|
+ dev->dev.coherent_dma_mask = DMA_32BIT_MASK;
|
|
|
|
+
|
|
dev->dev.bus = &of_platform_bus_type;
|
|
dev->dev.bus = &of_platform_bus_type;
|
|
|
|
|
|
/* We do not fill the DMA ops for platform devices by default.
|
|
/* We do not fill the DMA ops for platform devices by default.
|