linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PCI: layerscape: add ls2085a compatible
@ 2016-01-27 17:32 Yang Shi
  2016-01-27 18:05 ` Shi, Yang
  2016-02-05 20:38 ` Bjorn Helgaas
  0 siblings, 2 replies; 13+ messages in thread
From: Yang Shi @ 2016-01-27 17:32 UTC (permalink / raw)
  To: Mingkai.Hu, Minghuan.Lian, bhelgaas
  Cc: linux-pci, linux-kernel, linux-arm-kernel, linaro-kernel,
	yang.shi

The layerscape PCI host driver needs recognize ls2085a compatible when using
firmware with ls2085a compatible property, otherwise the PCI bus won't be
detected even though ls2085a compatible is included by the dts.

Signed-off-by: Yang Shi <yang.shi@linaro.org>
---
 drivers/pci/host/pci-layerscape.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pci/host/pci-layerscape.c b/drivers/pci/host/pci-layerscape.c
index 3923bed..c40d8b2 100644
--- a/drivers/pci/host/pci-layerscape.c
+++ b/drivers/pci/host/pci-layerscape.c
@@ -203,6 +203,7 @@ static const struct of_device_id ls_pcie_of_match[] = {
 	{ .compatible = "fsl,ls1021a-pcie", .data = &ls1021_drvdata },
 	{ .compatible = "fsl,ls1043a-pcie", .data = &ls1043_drvdata },
 	{ .compatible = "fsl,ls2080a-pcie", .data = &ls2080_drvdata },
+	{ .compatible = "fsl,ls2085a-pcie", .data = &ls2080_drvdata },
 	{ },
 };
 MODULE_DEVICE_TABLE(of, ls_pcie_of_match);
-- 
2.0.2


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2016-02-17  4:50 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-27 17:32 [PATCH] PCI: layerscape: add ls2085a compatible Yang Shi
2016-01-27 18:05 ` Shi, Yang
2016-02-04 22:37   ` Bjorn Helgaas
2016-02-04 23:49     ` Shi, Yang
2016-02-05  5:36       ` Bhupesh Sharma
2016-02-05  6:07         ` Minghuan Lian
2016-02-05 15:54           ` Bjorn Helgaas
2016-02-05 19:36             ` Yang-Leo Li
2016-02-14  2:10         ` Shawn Guo
2016-02-05 20:38 ` Bjorn Helgaas
2016-02-05 20:45   ` Shi, Yang
2016-02-05 22:25     ` Bjorn Helgaas
2016-02-17  2:17       ` Mingkai Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).