We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fa8fe0 + 81ef01b commit e365a36Copy full SHA for e365a36
1 file changed
drivers/pci/controller/dwc/pci-layerscape-ep.c
@@ -266,6 +266,8 @@ static int __init ls_pcie_ep_probe(struct platform_device *pdev)
266
267
pcie->big_endian = of_property_read_bool(dev->of_node, "big-endian");
268
269
+ dma_set_mask_and_coherent(dev, DMA_BIT_MASK(64));
270
+
271
platform_set_drvdata(pdev, pcie);
272
273
offset = dw_pcie_find_capability(pci, PCI_CAP_ID_EXP);
0 commit comments