git: 2d926ed71eb1 - main - arm: SOCFPGA: Add ext_resources driver

Emmanuel Vadot manu at FreeBSD.org
Mon May 31 17:08:53 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=2d926ed71eb15efc4b8ac828adfb221056c853fd

commit 2d926ed71eb15efc4b8ac828adfb221056c853fd
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-05-31 17:08:08 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-05-31 17:08:08 +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
---
 sys/arm/conf/SOCFPGA | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sys/arm/conf/SOCFPGA b/sys/arm/conf/SOCFPGA
index 717f7546a594..a4c5fbee5a8f 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
 


More information about the dev-commits-src-all mailing list