Skip to content

Commit 5edeea2

Browse files
committed
Merge branch 'pci/controller/layerscape'
- Correct the syscon_regmap_lookup_by_phandle_args("fsl,pcie-scfg") arg_count to fix probe failure on LS1043A (Ioana Ciornei) * pci/controller/layerscape: PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args()
2 parents f2d4def + 4c8c0ff commit 5edeea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pci/controller/dwc/pci-layerscape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static int ls_pcie_probe(struct platform_device *pdev)
356356
if (pcie->drvdata->scfg_support) {
357357
pcie->scfg =
358358
syscon_regmap_lookup_by_phandle_args(dev->of_node,
359-
"fsl,pcie-scfg", 2,
359+
"fsl,pcie-scfg", 1,
360360
index);
361361
if (IS_ERR(pcie->scfg)) {
362362
dev_err(dev, "No syscfg phandle specified\n");

0 commit comments

Comments
 (0)