summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/pwmreg.442
2 files changed, 44 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 624b4fb8fac..4ced2c07347 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.732 2019/09/30 20:55:42 kettenis Exp $
+# $OpenBSD: Makefile,v 1.733 2019/09/30 21:00:51 kettenis Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -59,7 +59,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
pcmcia.4 pcn.4 pcppi.4 pcscp.4 pf.4 pflog.4 pflow.4 pfsync.4 \
pgt.4 piixpm.4 pinctrl.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \
pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 \
- pvclock.4 pwdog.4 qla.4 qle.4 qlw.4 qsphy.4 radio.4 \
+ pvclock.4 pwdog.4 pwmreg.4 qla.4 qle.4 qlw.4 qsphy.4 radio.4 \
ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \
ricohrtc.4 rkclock.4 rkdwusb.4 rkgpio.4 rkgrf.4 rkiic.4 \
rkpcie.4 rkpinctrl.4 rkpmic.4 rktemp.4 \
diff --git a/share/man/man4/pwmreg.4 b/share/man/man4/pwmreg.4
new file mode 100644
index 00000000000..40140e930da
--- /dev/null
+++ b/share/man/man4/pwmreg.4
@@ -0,0 +1,42 @@
+.\" $OpenBSD: pwmreg.4,v 1.1 2019/09/30 21:00:51 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: September 30 2019 $
+.Dt PWMREG 4
+.Os
+.Sh NAME
+.Nm pwmreg
+.Nd PWM voltage regulator
+.Sh SYNOPSIS
+.Cd "pwmreg* at fdt?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for voltage regulators that are controlled by
+a PWM signal.
+.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 .