PCI: layerscape: Add support for ls1088a
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>
This commit is contained in:

committed by
Bjorn Helgaas

parent
8f89357094
commit
03fc6134c2
@@ -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 },
|
||||
{ },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user