diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-05-18 10:40:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-05-18 10:40:10 +0000 |
commit | 9832396bfd63ec55ff3b13fe26c216da8ba982f7 (patch) | |
tree | 49be358e55cac09d50a0396e242bbb3a3afe44a1 /sys/arch | |
parent | 37eb41bd957f3df585f7f4658618dca68bb9d0a0 (diff) |
Enable amlpwrc(4).
Diffstat (limited to 'sys/arch')
-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? |