diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-08-07 22:49:57 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-09 16:15:03 +0200 |
commit | dad08286eaa84779349fe4cec427e1e29beaffac (patch) | |
tree | a16dd1d418f9f6a2211ddf1939f6ba9a95ff5634 /include | |
parent | 0991866cf7a10d4868aa2a10940b4def0f68cc50 (diff) | |
download | u-boot-imx-dad08286eaa84779349fe4cec427e1e29beaffac.zip u-boot-imx-dad08286eaa84779349fe4cec427e1e29beaffac.tar.gz u-boot-imx-dad08286eaa84779349fe4cec427e1e29beaffac.tar.bz2 |
imx: ventana: add pci fixup for PLX PEX860x switch GPIO
Most Gateworks Ventana boards use a PLX PEX860x PCIe switch for PCIe expansion.
These boards use GPIO on the PLX device as PERST# for the downstream ports
thus we assert this when the PLX is enumerated.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/gw_ventana.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index b991b09..0e5c200 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -141,6 +141,7 @@ #define CONFIG_PCI #define CONFIG_PCI_PNP #define CONFIG_PCI_SCAN_SHOW +#define CONFIG_PCI_FIXUP_DEV #define CONFIG_PCIE_IMX #endif |