aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-17 21:15:44 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-17 21:15:44 +0000
commit08a9d7ffe89b513ca8444a62c30e2efc4f03ece6 (patch)
treed9ae2566d729a0db50797633b6b0abdd502bb9a0
parent263efa6c4a7bcd5d0faeee9413a8e10d12c07981 (diff)
downloadsrc-08a9d7ffe89b513ca8444a62c30e2efc4f03ece6.tar.gz
src-08a9d7ffe89b513ca8444a62c30e2efc4f03ece6.zip
Add the extres pseudo devices to some kernels.
This is a direct commit to stable/13 as these kernel configs are not present in main.
-rw-r--r--sys/arm/conf/VERSATILEPB7
-rw-r--r--sys/mips/conf/std.XLP2
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/arm/conf/VERSATILEPB b/sys/arm/conf/VERSATILEPB
index 3312f6d4f9e8..2cfc22786175 100644
--- a/sys/arm/conf/VERSATILEPB
+++ b/sys/arm/conf/VERSATILEPB
@@ -45,6 +45,13 @@ device uart
device pl011
device pl190
+# pseudo devices
+device clk
+device phy
+device hwreset
+device nvmem
+device syscon
+
device pty
device snp
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index 8d8cfb693a70..8c4d13083a54 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -59,6 +59,8 @@ options ALT_BREAK_TO_DEBUGGER
device xz
options GEOM_UZIP
+device clk
+
# Device tree
options FDT
options FDT_DTB_STATIC