summaryrefslogtreecommitdiff
path: root/share/man/man4/amlreset.4
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2019-08-26 09:44:27 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2019-08-26 09:44:27 +0000
commit37f46d0b4d64298b5a55ea485dc0ed92fbb05e04 (patch)
treec0a4ed57c3c33f1dc4a1b8403f29af060ed3b5e2 /share/man/man4/amlreset.4
parent3bd1f42cc34bb5496e747754150444fc8e902978 (diff)
amlreset(4)
Diffstat (limited to 'share/man/man4/amlreset.4')
-rw-r--r--share/man/man4/amlreset.441
1 files changed, 41 insertions, 0 deletions
diff --git a/share/man/man4/amlreset.4 b/share/man/man4/amlreset.4
new file mode 100644
index 00000000000..88a1c7f6374
--- /dev/null
+++ b/share/man/man4/amlreset.4
@@ -0,0 +1,41 @@
+.\" $OpenBSD: amlreset.4,v 1.1 2019/08/26 09:44:26 kettenis Exp $
+.\"
+.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: August 26 2019 $
+.Dt AMLRESET 4
+.Os
+.Sh NAME
+.Nm amlreset
+.Nd Amlogic reset controller
+.Sh SYNOPSIS
+.Cd "amlreset* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver controls the reset signals for integrated components of Amlogic SoCs.
+.Sh SEE ALSO
+.Xr intro 4
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Ox 6.6 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Mark Kettenis Aq Mt kettenis@openbsd.org .