Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 17:17:09 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 770dcb677ff0 - stable/13 - arm: SOCFPGA: Add ext_resources driver
Message-ID:  <202107221717.16MHH9G8091539@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=770dcb677ff0c0bcaa6deec02797c17d7830315e

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



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