From: kettenis Date: Wed, 8 Jun 2022 10:49:08 +0000 (+0000) Subject: stfpinctrl(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2657d7efe3572b04d3657acb7c02596030b78cc0;p=openbsd stfpinctrl(4) --- diff --git a/share/man/man4/man4.riscv64/Makefile b/share/man/man4/man4.riscv64/Makefile index d284f7e4624..188cd1920c1 100644 --- a/share/man/man4/man4.riscv64/Makefile +++ b/share/man/man4/man4.riscv64/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.8 2022/06/06 22:28:57 kettenis Exp $ +# $OpenBSD: Makefile,v 1.9 2022/06/08 10:49:08 kettenis Exp $ MAN= intro.4 mpfclock.4 mpfgpio.4 mpfiic.4 plic.4 \ - sfcc.4 sfclock.4 sfgpio.4 sfuart.4 stfclock.4 + sfcc.4 sfclock.4 sfgpio.4 sfuart.4 stfclock.4 stfpinctrl.4 MANSUBDIR=riscv64 diff --git a/share/man/man4/man4.riscv64/stfpinctrl.4 b/share/man/man4/man4.riscv64/stfpinctrl.4 new file mode 100644 index 00000000000..a39eebbd1cb --- /dev/null +++ b/share/man/man4/man4.riscv64/stfpinctrl.4 @@ -0,0 +1,42 @@ +.\" $OpenBSD: stfpinctrl.4,v 1.1 2022/06/08 10:49:08 kettenis Exp $ +.\" +.\" Copyright (c) 2022 Mark Kettenis +.\" +.\" 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: June 8 2022 $ +.Dt STFPINCTRL 4 riscv64 +.Os +.Sh NAME +.Nm stfpinctrl +.Nd StarFive JH7100 pin configuration +.Sh SYNOPSIS +.Cd "stfpinctrl* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver uses pin control data from the device tree to configure +pins on the StarFire JH7100 SoC. +.Sh SEE ALSO +.Xr intro 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 7.2 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org .