mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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()
This commit is contained in:
commit
5edeea2d7b
|
|
@ -356,7 +356,7 @@ static int ls_pcie_probe(struct platform_device *pdev)
|
|||
if (pcie->drvdata->scfg_support) {
|
||||
pcie->scfg =
|
||||
syscon_regmap_lookup_by_phandle_args(dev->of_node,
|
||||
"fsl,pcie-scfg", 2,
|
||||
"fsl,pcie-scfg", 1,
|
||||
index);
|
||||
if (IS_ERR(pcie->scfg)) {
|
||||
dev_err(dev, "No syscfg phandle specified\n");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user