]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
PCI: layerscape: Add support for ls1088a
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>
Fri, 4 Aug 2017 06:41:34 +0000 (14:41 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 30 Aug 2017 02:55:17 +0000 (21:55 -0500)
Add support for ls1088a.

Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Minghuan Lian <minghuan.Lian@nxp.com>
Documentation/devicetree/bindings/pci/layerscape-pci.txt
drivers/pci/dwc/pci-layerscape.c

index 2057b0000c72c7ae5fcfc8b0155930fac92302b3..ebf3feffed8ab81043939138a4e7bfda968dc196 100644 (file)
@@ -16,6 +16,7 @@ Required properties:
         "fsl,ls1021a-pcie", "snps,dw-pcie"
         "fsl,ls2080a-pcie", "fsl,ls2085a-pcie", "snps,dw-pcie"
         "fsl,ls2088a-pcie"
+        "fsl,ls1088a-pcie"
         "fsl,ls1046a-pcie"
 - reg: base addresses and lengths of the PCIe controller
 - interrupts: A list of interrupt outputs of the controller. Must contain an
index 780eab9beb1e670a58fd1e103a1877bd98b0b4a0..87fa486bee2cd4f56322115db2efcc1f4bb49e69 100644 (file)
@@ -259,6 +259,7 @@ static const struct of_device_id ls_pcie_of_match[] = {
        { .compatible = "fsl,ls2080a-pcie", .data = &ls2080_drvdata },
        { .compatible = "fsl,ls2085a-pcie", .data = &ls2080_drvdata },
        { .compatible = "fsl,ls2088a-pcie", .data = &ls2088_drvdata },
+       { .compatible = "fsl,ls1088a-pcie", .data = &ls2088_drvdata },
        { },
 };