diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-28 09:46:33 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-28 09:46:33 +0000 |
commit | b0f06aa9fda008c15e37a3a987dd5095a011b525 (patch) | |
tree | c37e0b2d3da2d4a810c00fdcd08ca9b7c0e3148f | |
parent | 3d2f1a954a683951c2ff674d0d800f9791f646cf (diff) |
amlpinctrl(4)
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/amlpinctrl.4 | 42 |
2 files changed, 44 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 5f30c460eb8..0fac3798776 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.724 2019/08/27 22:27:08 kettenis Exp $ +# $OpenBSD: Makefile,v 1.725 2019/08/28 09:46:32 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -11,7 +11,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ aggr.4 agp.4 \ ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 \ - amlclock.4 amlreset.4 amlrng.4 amluart.4 \ + amlclock.4 amlpinctrl.4 amlreset.4 amlrng.4 amluart.4 \ amphy.4 ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 \ diff --git a/share/man/man4/amlpinctrl.4 b/share/man/man4/amlpinctrl.4 new file mode 100644 index 00000000000..5bcd21c23f5 --- /dev/null +++ b/share/man/man4/amlpinctrl.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: amlpinctrl.4,v 1.1 2019/08/28 09:46:32 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 28 2019 $ +.Dt AMLPINCTRL 4 +.Os +.Sh NAME +.Nm amlpinctrl +.Nd Amlogic pin multiplexing +.Sh SYNOPSIS +.Cd "amlpinctrl* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver uses pin control data from the device tree to select one of +multiple possible roles available for pins on 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 . |