From: kettenis Date: Sat, 2 Mar 2024 20:22:13 +0000 (+0000) Subject: This driver can now attach to SPI and supports the RK806 PMIC. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=34cee63a46d38e79cc7659d14d4e05113d79e049;p=openbsd This driver can now attach to SPI and supports the RK806 PMIC. --- diff --git a/share/man/man4/rkpmic.4 b/share/man/man4/rkpmic.4 index 00078bd85b7..ecb17288fe4 100644 --- a/share/man/man4/rkpmic.4 +++ b/share/man/man4/rkpmic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rkpmic.4,v 1.2 2021/03/08 12:55:48 kurt Exp $ +.\" $OpenBSD: rkpmic.4,v 1.3 2024/03/02 20:22:13 kettenis Exp $ .\" .\" Copyright (c) 2018 Jonathan Gray .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 8 2021 $ +.Dd $Mdocdate: March 2 2024 $ .Dt RKPMIC 4 .Os .Sh NAME @@ -22,11 +22,12 @@ .Nd Rockchip RK8xx Power Management IC .Sh SYNOPSIS .Cd "rkpmic* at iic?" +.Cd "rkpmic* at spi?" .Sh DESCRIPTION The .Nm driver provides support for the voltage regulators and real-time clock in the -Rockchip RK805, RK808 and RK809 Power Management ICs. +Rockchip RK805, RK806, RK808 and RK809 Power Management ICs. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4