4e7cdb3540490301c0eee809e11af8c7be91a13f
[openwrt/staging/wigyori.git] / target / linux / layerscape / patches-5.4 / 812-pcie-0001-PCI-layerscape-Add-LS1028a-support.patch
1 From f4980947debc7865bd923d60bf36d6fb0b80ecc5 Mon Sep 17 00:00:00 2001
2 From: Xiaowei Bao <xiaowei.bao@nxp.com>
3 Date: Fri, 23 Aug 2019 16:26:43 +0800
4 Subject: [PATCH] PCI: layerscape: Add LS1028a support
5
6 Add support for the LS1028a PCIe controller.
7
8 Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
9 Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
10 ---
11 drivers/pci/controller/dwc/pci-layerscape.c | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/drivers/pci/controller/dwc/pci-layerscape.c
15 +++ b/drivers/pci/controller/dwc/pci-layerscape.c
16 @@ -263,6 +263,7 @@ static const struct ls_pcie_drvdata ls20
17 static const struct of_device_id ls_pcie_of_match[] = {
18 { .compatible = "fsl,ls1012a-pcie", .data = &ls1046_drvdata },
19 { .compatible = "fsl,ls1021a-pcie", .data = &ls1021_drvdata },
20 + { .compatible = "fsl,ls1028a-pcie", .data = &ls2088_drvdata },
21 { .compatible = "fsl,ls1043a-pcie", .data = &ls1043_drvdata },
22 { .compatible = "fsl,ls1046a-pcie", .data = &ls1046_drvdata },
23 { .compatible = "fsl,ls2080a-pcie", .data = &ls2080_drvdata },