This patch updates the coherent dma mask for dev-ehci
Signed-off-by: Subash Patel <subash.rp@samsung.com>
dev_err(&pdev->dev, "can't request ehci vbus gpio %d", gpio);
}
-static u64 ehci_s5p_dma_mask = DMA_BIT_MASK(32);
+static u64 ehci_s5p_dma_mask = DMA_BIT_MASK(64);
static int __devinit s5p_ehci_probe(struct platform_device *pdev)
{
if (!pdev->dev.dma_mask)
pdev->dev.dma_mask = &ehci_s5p_dma_mask;
if (!pdev->dev.coherent_dma_mask)
- pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
+ pdev->dev.coherent_dma_mask = DMA_BIT_MASK(64);
s5p_setup_vbus_gpio(pdev);