git: b94b51d59973 - main - aw_rtc(4): update man page compatible list
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Dec 2024 21:31:18 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=b94b51d59973b0f74194ae9ea2d8a295c36ea5d6 commit b94b51d59973b0f74194ae9ea2d8a295c36ea5d6 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2024-12-10 20:50:26 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2024-12-10 21:30:39 +0000 aw_rtc(4): update man page compatible list After recently enabling for the Allwinner D1. Add this and other missing strings. Sponsored by: The FreeBSD Foundation --- share/man/man4/man4.arm/aw_rtc.4 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/share/man/man4/man4.arm/aw_rtc.4 b/share/man/man4/man4.arm/aw_rtc.4 index 12e14dd52bee..1296cd41da68 100644 --- a/share/man/man4/man4.arm/aw_rtc.4 +++ b/share/man/man4/man4.arm/aw_rtc.4 @@ -35,8 +35,8 @@ device driver provides support for the Allwinner RTC controller. .Sh HARDWARE The current version of the .Nm -driver supports the RTC controller with one of the following compatible -strings : +driver supports the RTC controller with any of the following compatible +strings: .Pp .Bl -bullet -compact .It @@ -45,6 +45,14 @@ allwinner,sun4i-a10-rtc allwinner,sun7i-a20-rtc .It allwinner,sun6i-a31-rtc +.It +allwinner,sun8i-h3-rtc +.It +allwinner,sun20i-d1-rtc +.It +allwinner,sun50i-h5-rtc +.It +allwinner,sun50i-h6-rtc .El .Sh HISTORY The