All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI: layerscape: add ls2085a compatible
@ 2016-01-27 17:32 ` Yang Shi
  0 siblings, 0 replies; 28+ 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] 28+ messages in thread

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

Thread overview: 28+ 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 17:32 ` Yang Shi
2016-01-27 18:05 ` Shi, Yang
2016-01-27 18:05   ` Shi, Yang
2016-02-04 22:37   ` Bjorn Helgaas
2016-02-04 22:37     ` Bjorn Helgaas
2016-02-04 23:49     ` Shi, Yang
2016-02-04 23:49       ` Shi, Yang
2016-02-05  5:36       ` Bhupesh Sharma
2016-02-05  5:36         ` Bhupesh Sharma
2016-02-05  6:07         ` Minghuan Lian
2016-02-05  6:07           ` Minghuan Lian
2016-02-05  6:07           ` Minghuan Lian
2016-02-05 15:54           ` Bjorn Helgaas
2016-02-05 15:54             ` Bjorn Helgaas
2016-02-05 19:36             ` Yang-Leo Li
2016-02-05 19:36               ` Yang-Leo Li
2016-02-14  2:10         ` Shawn Guo
2016-02-14  2:10           ` Shawn Guo
2016-02-05 20:38 ` Bjorn Helgaas
2016-02-05 20:38   ` Bjorn Helgaas
2016-02-05 20:45   ` Shi, Yang
2016-02-05 20:45     ` Shi, Yang
2016-02-05 22:25     ` Bjorn Helgaas
2016-02-05 22:25       ` Bjorn Helgaas
2016-02-17  2:17       ` Mingkai Hu
2016-02-17  2:17         ` Mingkai Hu
2016-02-17  2:17         ` Mingkai Hu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.