diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2021-04-30 13:25:25 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2021-04-30 13:25:25 +0000 |
commit | 25cd677cf2489a14a51d98ff0d1c6af570a85ade (patch) | |
tree | aad0682eabddcc57700ec84b207d11e4c9849574 /share/man | |
parent | 02f505d29c5fc1f279075e68be79aad2d61c1ef1 (diff) |
Add zqclock(4), a driver for Zynq-7000 clocks.
Input and OK kettenis@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.armv7/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.armv7/zqclock.4 | 37 |
2 files changed, 39 insertions, 2 deletions
diff --git a/share/man/man4/man4.armv7/Makefile b/share/man/man4/man4.armv7/Makefile index 58adbf1896b..ad10272b9d0 100644 --- a/share/man/man4/man4.armv7/Makefile +++ b/share/man/man4/man4.armv7/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2021/04/30 13:20:14 visa Exp $ +# $OpenBSD: Makefile,v 1.30 2021/04/30 13:25:24 visa Exp $ MAN= agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \ cortex.4 cpsw.4 dmtimer.4 edma.4 gptimer.4 \ @@ -6,7 +6,7 @@ MAN= agtimer.4 amdisplay.4 ampintc.4 amptimer.4 armliicc.4 \ omap.4 omclock.4 omcm.4 omdog.4 omgpio.4 ommmc.4 omrng.4 omsysc.4 \ omwugen.4 prcm.4 \ sxie.4 sxiintc.4 \ - sxitimer.4 sxits.4 sysreg.4 zqreset.4 + sxitimer.4 sxits.4 sysreg.4 zqclock.4 zqreset.4 MANSUBDIR=armv7 diff --git a/share/man/man4/man4.armv7/zqclock.4 b/share/man/man4/man4.armv7/zqclock.4 new file mode 100644 index 00000000000..d564a9d4f07 --- /dev/null +++ b/share/man/man4/man4.armv7/zqclock.4 @@ -0,0 +1,37 @@ +.\" $OpenBSD: zqclock.4,v 1.1 2021/04/30 13:25:24 visa Exp $ +.\" +.\" Copyright (c) 2021 Visa Hankala +.\" +.\" 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: April 30 2021 $ +.Dt ZQCLOCK 4 +.Os +.Sh NAME +.Nm zqclock +.Nd Xilinx Zynq-7000 clock controller +.Sh SYNOPSIS +.Cd "zqclock* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the clock signals for the integrated components +of Zynq-7000 SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr zqreset 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.0 . |