Skip to content

Commit d7493f2

Browse files
committed
Merge branch 'pci/controller/layerscape'
- Add ls1028a endpoint mode support (Xiaowei Bao) * pci/controller/layerscape: PCI: layerscape: Add EP mode support for ls1028a
2 parents 2ad2e01 + be567c6 commit d7493f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ static const struct ls_pcie_ep_drvdata lx2_ep_drvdata = {
110110
};
111111

112112
static const struct of_device_id ls_pcie_ep_of_match[] = {
113+
{ .compatible = "fsl,ls1028a-pcie-ep", .data = &ls1_ep_drvdata },
113114
{ .compatible = "fsl,ls1046a-pcie-ep", .data = &ls1_ep_drvdata },
114115
{ .compatible = "fsl,ls1088a-pcie-ep", .data = &ls2_ep_drvdata },
115116
{ .compatible = "fsl,ls2088a-pcie-ep", .data = &ls2_ep_drvdata },

0 commit comments

Comments
 (0)