diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-26 09:42:32 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-26 09:42:32 +0000 |
commit | 3bd1f42cc34bb5496e747754150444fc8e902978 (patch) | |
tree | 544ba40022c2ff41a6d6cee710612faca5c49633 /sys/arch/arm64/conf/RAMDISK | |
parent | 33a2cd61b78b9a3ef0be3c1c750a5dd7294d6a3f (diff) |
Add amlreset(4), a driver to support reset signal controller blocks on
Amlogic SoCs.
ok patrick@
Diffstat (limited to 'sys/arch/arm64/conf/RAMDISK')
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 5276fd443fa..79ce3273ea7 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.91 2019/08/26 09:10:22 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.92 2019/08/26 09:42:31 kettenis Exp $ # # GENERIC machine description file # @@ -133,6 +133,7 @@ dwctwo* at fdt? usb* at dwctwo? # Amlogic SoCs +amlreset* at fdt? early 1 amluart* at fdt? # HiSilicon SoCs |