git: 3ef7edce2067 - stable/13 - arm: RPI-B: Add ext_resources driver

Emmanuel Vadot manu at FreeBSD.org
Thu Jul 22 17:17:09 UTC 2021


The branch stable/13 has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=3ef7edce2067eccbe53b21a1275c505490366a1f

commit 3ef7edce2067eccbe53b21a1275c505490366a1f
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-05-24 10:53:00 +0000
Commit:     Emmanuel Vadot <manu at 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


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