diff options
author | 2020-05-18 10:40:09 +0000 | |
---|---|---|
committer | 2020-05-18 10:40:09 +0000 | |
commit | bca5dd1fb5ab7d3749af314657fe850450511676 (patch) | |
tree | b4d296bd281e33e765836255fe81724abe0d064a | |
parent | Add amlpwrc(4), a driver for the power domain controller found on various (diff) | |
download | wireguard-openbsd-bca5dd1fb5ab7d3749af314657fe850450511676.tar.xz wireguard-openbsd-bca5dd1fb5ab7d3749af314657fe850450511676.zip |
Enable amlpwrc(4).
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 533d2e12a99..49849a7769a 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.164 2020/04/27 21:31:37 patrick Exp $ +# $OpenBSD: GENERIC,v 1.165 2020/05/18 10:40:09 kettenis Exp $ # # GENERIC machine description file # @@ -174,6 +174,7 @@ sdmmc* at amlmmc? amlpciephy* at fdt? amlpinctrl* at fdt? early 1 amlpwm* at fdt? +amlpwrc* at fdt? early 1 amlreset* at fdt? early 1 amlrng* at fdt? amlsm* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index ed34a2e4b06..786dab73833 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.126 2020/04/27 21:31:37 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.127 2020/05/18 10:40:09 kettenis Exp $ # # GENERIC machine description file # @@ -157,6 +157,7 @@ amlmmc* at fdt? sdmmc* at amlmmc? amlpciephy* at fdt? amlpinctrl* at fdt? early 1 +amlpwrc* at fdt? early 1 amlreset* at fdt? early 1 amlrng* at fdt? amluart* at fdt? |