mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-26 08:31:28 +00:00
pci: imx: Add iMX6SX compatible
The driver works fine with iMX6SX, add the missing compatible string. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
1699f0e592
commit
c5773ccdca
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ static const struct dm_pci_ops imx_pcie_ops = {
|
||||||
|
|
||||||
static const struct udevice_id imx_pcie_ids[] = {
|
static const struct udevice_id imx_pcie_ids[] = {
|
||||||
{ .compatible = "fsl,imx6q-pcie" },
|
{ .compatible = "fsl,imx6q-pcie" },
|
||||||
|
{ .compatible = "fsl,imx6sx-pcie" },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue