The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=770dcb677ff0c0bcaa6deec02797c17d7830315e
commit 770dcb677ff0c0bcaa6deec02797c17d7830315e Author: Emmanuel Vadot <m...@freebsd.org> AuthorDate: 2021-05-31 17:08:08 +0000 Commit: Emmanuel Vadot <m...@freebsd.org> CommitDate: 2021-07-22 17:09:46 +0000 arm: SOCFPGA: Add ext_resources driver mmc_fdt_helpers needs clock and regulators. Add all the ext_resources driver to SOCFPGA conf file to fix the build Reported by: mjg (cherry picked from commit 2d926ed71eb15efc4b8ac828adfb221056c853fd) --- sys/arm/conf/SOCFPGA | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys/arm/conf/SOCFPGA b/sys/arm/conf/SOCFPGA index 3d7511565307..8fffd811a57e 100644 --- a/sys/arm/conf/SOCFPGA +++ b/sys/arm/conf/SOCFPGA @@ -38,6 +38,15 @@ options SOC_ALTERA_CYCLONE5 #options BOOTP_NFSV3 #options BOOTP_WIRED_TO=ue0 +# EXT_RESOURCES pseudo devices +options EXT_RESOURCES +device clk +device phy +device hwreset +device nvmem +device regulator +device syscon + # Interrupt controller device gic _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"