Skip to content

Commit 7973eb1

Browse files
Xiaowei BaoLorenzo Pieralisi
authored andcommitted
PCI: layerscape: Add LS1028a support
Add support for the LS1028a PCIe controller. Signed-off-by: Xiaowei Bao <[email protected]> Signed-off-by: Hou Zhiqiang <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Andrew Murray <[email protected]> Acked-by: Minghuan Lian <[email protected]>
1 parent d8725e3 commit 7973eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/dwc/pci-layerscape.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ static const struct ls_pcie_drvdata ls2088_drvdata = {
263263
static const struct of_device_id ls_pcie_of_match[] = {
264264
{ .compatible = "fsl,ls1012a-pcie", .data = &ls1046_drvdata },
265265
{ .compatible = "fsl,ls1021a-pcie", .data = &ls1021_drvdata },
266+
{ .compatible = "fsl,ls1028a-pcie", .data = &ls2088_drvdata },
266267
{ .compatible = "fsl,ls1043a-pcie", .data = &ls1043_drvdata },
267268
{ .compatible = "fsl,ls1046a-pcie", .data = &ls1046_drvdata },
268269
{ .compatible = "fsl,ls2080a-pcie", .data = &ls2080_drvdata },

0 commit comments

Comments
 (0)