Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 May 2021 17:08:52 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2d926ed71eb1 - main - arm: SOCFPGA: Add ext_resources driver
Message-ID:  <202105311708.14VH8qLB059290@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 2d926ed71eb15efc4b8ac828adfb221056c853fd
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-05-31 17:08:08 +0000
Commit:     Emmanuel Vadot <manu@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105311708.14VH8qLB059290>