summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-10-03 02:21:52 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-10-03 02:21:52 +0000
commit3eb424805353de4ea81fef86e5430efba18d8a37 (patch)
treed33d3aaafb0d1b7143a13c64647fbcd4ad662a45 /share
parent375a05d4b5479dd868dda3641b4f39f0ea27612a (diff)
Add a manual page for ompinmux.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/man4.armv7/Makefile4
-rw-r--r--share/man/man4/man4.armv7/ompinmux.429
2 files changed, 31 insertions, 2 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile
index d2becaf7a98..60a7b2cf9d6 100644
--- a/share/man/man4/man4.armv7/Makefile
+++ b/share/man/man4/man4.armv7/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.13 2016/09/18 07:03:37 jsg Exp $
+# $OpenBSD: Makefile,v 1.14 2016/10/03 02:21:51 jsg Exp $
MAN= agtimer.4 ampintc.4 amptimer.4 armliicc.4 \
cortex.4 cpsw.4 dmtimer.4 edma.4 fec.4 gptimer.4 \
imx.4 imxesdhc.4 imxiic.4 imxtemp.4 \
intc.4 intro.4 \
- omap.4 omdog.4 omgpio.4 ommmc.4 omwugen.4 \
+ omap.4 omdog.4 omgpio.4 ommmc.4 ompinmux.4 omwugen.4 \
plrtc.4 pluart.4 prcm.4 sitaracm.4 \
sunxi.4 sxiccmu.4 sxidog.4 sxie.4 sxiintc.4 \
sximmc.4 sxipio.4 sxitimer.4 \
diff --git a/share/man/man4/man4.armv7/ompinmux.4 b/share/man/man4/man4.armv7/ompinmux.4
new file mode 100644
index 00000000000..cdb987faf4a
--- /dev/null
+++ b/share/man/man4/man4.armv7/ompinmux.4
@@ -0,0 +1,29 @@
+.\" $OpenBSD: ompinmux.4,v 1.1 2016/10/03 02:21:51 jsg Exp $
+.\"
+.\" Copyright (c) 2016 Jonathan Gray <jsg@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: October 3 2016 $
+.Dt OMPINMUX 4 armv7
+.Os
+.Sh NAME
+.Nm ompinmux
+.Nd OMAP pin multiplexing
+.Sh SYNOPSIS
+.Cd "ompinmux* 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 the SoC.