-# $OpenBSD: GENERIC,v 1.12 2021/05/19 19:32:25 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.13 2021/06/12 16:30:16 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
dwmmc* at fdt?
sdmmc* at dwmmc?
+dwpcie* at fdt?
+pci* at dwpcie?
pciecam* at fdt?
pci* at pciecam?
-/* $OpenBSD: dwpcie.c,v 1.29 2021/05/17 17:25:13 kettenis Exp $ */
+/* $OpenBSD: dwpcie.c,v 1.30 2021/06/12 16:30:16 kettenis Exp $ */
/*
* Copyright (c) 2018 Mark Kettenis <kettenis@openbsd.org>
*
return (OF_is_compatible(faa->fa_node, "amlogic,g12a-pcie") ||
OF_is_compatible(faa->fa_node, "marvell,armada8k-pcie") ||
OF_is_compatible(faa->fa_node, "fsl,imx8mm-pcie") ||
- OF_is_compatible(faa->fa_node, "fsl,imx8mq-pcie"));
+ OF_is_compatible(faa->fa_node, "fsl,imx8mq-pcie") ||
+ OF_is_compatible(faa->fa_node, "sifive,fu740-pcie"));
}
void dwpcie_attach_deferred(struct device *);