Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jul 2021 17:17:08 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: 3ef7edce2067 - stable/13 - arm: RPI-B: Add ext_resources driver
Message-ID:  <202107221717.16MHH8ei091509@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=3ef7edce2067eccbe53b21a1275c505490366a1f

commit 3ef7edce2067eccbe53b21a1275c505490366a1f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-05-24 10:53:00 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-07-22 17:09:46 +0000

    arm: RPI-B: Add ext_resources driver
    
    mmc_fdt_helpers needs clock and regulators.
    Add all the ext_resources driver to RPI-B conf file to fix the build
    
    Reported by:    mjg
    
    (cherry picked from commit 996afd401c6c69d5abaa1aac111ca3cdd0c90a90)
---
 sys/arm/conf/RPI-B | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/sys/arm/conf/RPI-B b/sys/arm/conf/RPI-B
index 36eaff0c0f28..648f9a048b19 100644
--- a/sys/arm/conf/RPI-B
+++ b/sys/arm/conf/RPI-B
@@ -36,6 +36,15 @@ options 	PLATFORM
 
 #options 	ROOTDEVNAME=\"ufs:mmcsd0s2\"
 
+# EXT_RESOURCES pseudo devices
+options 	EXT_RESOURCES
+device		clk
+device		phy
+device		hwreset
+device		nvmem
+device		regulator
+device		syscon
+
 device		bpf
 device		loop
 device		ether



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