projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1699f0e
)
pci: imx: Add iMX6SX compatible
author
Marek Vasut
<marex@denx.de>
Tue, 26 Nov 2019 08:33:29 +0000
(09:33 +0100)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 7 Jan 2020 09:26:56 +0000
(10:26 +0100)
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>
drivers/pci/pcie_imx.c
patch
|
blob
|
history
diff --git
a/drivers/pci/pcie_imx.c
b/drivers/pci/pcie_imx.c
index
d53d629
..
3621636
100644
(file)
--- a/
drivers/pci/pcie_imx.c
+++ b/
drivers/pci/pcie_imx.c
@@
-815,6
+815,7
@@
static const struct dm_pci_ops imx_pcie_ops = {
static const struct udevice_id imx_pcie_ids[] = {
{ .compatible = "fsl,imx6q-pcie" },
+ { .compatible = "fsl,imx6sx-pcie" },
{ }
};