From 8234d26330e5a0766b63839f87557784e31449fc Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 11 Aug 2016 04:33:07 +0000 Subject: Dynamically attach omgpio(4) using the FDT. am335x has a compatible string of "ti,omap4-gpio" and has the same offsets as omap4, so combine the omap4 and am335x cases when setting up function pointers. --- share/man/man4/man4.armv7/omap.4 | 6 ++---- share/man/man4/man4.armv7/omgpio.4 | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'share/man') diff --git a/share/man/man4/man4.armv7/omap.4 b/share/man/man4/man4.armv7/omap.4 index 735bc146159..731d027b944 100644 --- a/share/man/man4/man4.armv7/omap.4 +++ b/share/man/man4/man4.armv7/omap.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: omap.4,v 1.5 2016/08/06 10:07:45 jsg Exp $ +.\" $OpenBSD: omap.4,v 1.6 2016/08/11 04:33:06 jsg Exp $ .\" Copyright (c) 2014 Sylvestre Gallon .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -13,7 +13,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: August 6 2016 $ +.Dd $Mdocdate: August 11 2016 $ .Dt OMAP 4 armv7 .Os .Sh NAME @@ -38,8 +38,6 @@ Texas Instruments dual mode timer device Texas Instruments enhanced DMA device .It Xr gptimer 4 Texas Instruments general purpose timer device -.It Xr omgpio 4 -omap3, omap4 and am335x GPIO controller .It Xr prcm 4 Texas Instruments power, reset and clock management device .It Xr sitaracm 4 diff --git a/share/man/man4/man4.armv7/omgpio.4 b/share/man/man4/man4.armv7/omgpio.4 index 8b099f59d98..0098b03b7e7 100644 --- a/share/man/man4/man4.armv7/omgpio.4 +++ b/share/man/man4/man4.armv7/omgpio.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: omgpio.4,v 1.2 2014/05/01 13:26:34 jasper Exp $ +.\" $OpenBSD: omgpio.4,v 1.3 2016/08/11 04:33:06 jsg Exp $ .\" .\" Copyright (c) 2013 Raphael Graf .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 1 2014 $ +.Dd $Mdocdate: August 11 2016 $ .Dt OMGPIO 4 armv7 .Os .Sh NAME .Nm omgpio .Nd omap3, omap4 and am335x GPIO controller .Sh SYNOPSIS -.Cd "omgpio* at omap?" +.Cd "omgpio* at fdt?" .Cd "gpio* at omgpio?" .Sh DESCRIPTION The -- cgit v1.2.3