git: 996afd401c6c - main - arm: RPI-B: Add ext_resources driver
Emmanuel Vadot
manu at FreeBSD.org
Mon May 24 10:53:56 UTC 2021
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=996afd401c6c69d5abaa1aac111ca3cdd0c90a90
commit 996afd401c6c69d5abaa1aac111ca3cdd0c90a90
Author: Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-05-24 10:53:00 +0000
Commit: Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-05-24 10:53:00 +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
---
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 ebaa0462b155..3d354841beba 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-main
mailing list