mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
pci: layerscape: add support for kernel/official fsl, ls1088a-pcie binding
This allows the Layerscape PCIe RC driver to use the upstream
style binding (two "reg" entries instead of four).
It is similar to the previous commit e10da1f985
("pci: layerscape: add official ls1028a binding support")
which implemented this for the LS1028A.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Tested-by: Ioana Ciornei <ioana.ciornei@nxp.com> # on LS1088A-RDB
This commit is contained in:
parent
d8a8b63397
commit
e0f74092af
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ static const struct ls_pcie_drvdata ls1028a_drvdata = {
|
|||
static const struct udevice_id ls_pcie_ids[] = {
|
||||
{ .compatible = "fsl,ls-pcie" },
|
||||
{ .compatible = "fsl,ls1028a-pcie", .data = (ulong)&ls1028a_drvdata },
|
||||
{ .compatible = "fsl,ls1088a-pcie", .data = (ulong)&ls1028a_drvdata },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue