summaryrefslogtreecommitdiff
path: root/include/pci.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-11 12:23:11 -0400
committerTom Rini <trini@konsulko.com>2021-05-11 12:23:11 -0400
commit59a2b9e605c5a5e2dff35506a13b51f33d3051b4 (patch)
tree016d452dff11fc6fd90192d56e575d28757504c3 /include/pci.h
parent838157d02edade9bfaa33da216bf109336ab9547 (diff)
parent7666cccf4f24dd500a9279741a0b64a3f89a7331 (diff)
Merge tag 'u-boot-imx-20210502' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20210502 ------------------- - mx6: fixes for Ventana - local fixes from maintainer - imx7d: Ronetix's iMX7-CM - imx8: Ronetix iMX8MQ-CM Engicam i.Core MX8M Compulab iot-gate-imx8 - Fixes i.MX8 documentation - Fixes phy usage with fec
Diffstat (limited to 'include/pci.h')
-rw-r--r--include/pci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h
index 5f36537b725..2353cebb2a3 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -1690,6 +1690,14 @@ int sandbox_pci_get_emul(const struct udevice *bus, pci_dev_t find_devfn,
*/
int sandbox_pci_get_client(struct udevice *emul, struct udevice **devp);
+/**
+ * board_pci_fixup_dev() - Board callback for PCI device fixups
+ *
+ * @bus: PCI bus
+ * @dev: PCI device
+ */
+extern void board_pci_fixup_dev(struct udevice *bus, struct udevice *dev);
+
#endif /* CONFIG_DM_PCI */
/**