diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-03-31 03:31:44 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2018-03-31 03:31:44 +0000 |
commit | 949d82d22553dff57cd0a73d4451dfe4a4b521b2 (patch) | |
tree | 09f845ee5a458c67bc52eb95e847568bf689f305 /share | |
parent | fe7b461e8164072a624d887d0fcf23ce847ff227 (diff) |
mention i.MX 8
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/imxesdhc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/imxiic.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/imxesdhc.4 b/share/man/man4/imxesdhc.4 index f79517817fd..7a009b001c8 100644 --- a/share/man/man4/imxesdhc.4 +++ b/share/man/man4/imxesdhc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imxesdhc.4,v 1.1 2018/03/31 03:22:34 jsg Exp $ +.\" $OpenBSD: imxesdhc.4,v 1.2 2018/03/31 03:31:43 jsg Exp $ .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any @@ -18,7 +18,7 @@ .Os .Sh NAME .Nm imxesdhc -.Nd SD host controller +.Nd i.MX SD host controller .Sh SYNOPSIS .Cd "imxesdhc* at fdt?" .Cd "sdmmc* at imxesdhc?" @@ -26,7 +26,7 @@ The .Nm driver provides support for the MMC/SD/SDIO controller integrated in -i.MX6 processors. +i.MX 6 and i.MX 8 processors. .Pp The .Xr sdmmc 4 diff --git a/share/man/man4/imxiic.4 b/share/man/man4/imxiic.4 index d9bcf36d1a9..872f31ca0fe 100644 --- a/share/man/man4/imxiic.4 +++ b/share/man/man4/imxiic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imxiic.4,v 1.1 2018/03/31 03:22:34 jsg Exp $ +.\" $OpenBSD: imxiic.4,v 1.2 2018/03/31 03:31:43 jsg Exp $ .\" .\" Copyright (c) 2014 Sylvestre Gallon <syl@openbsd.org> .\" @@ -19,7 +19,7 @@ .Os .Sh NAME .Nm imxiic -.Nd i.MX6 onboard I2C controller +.Nd i.MX onboard I2C controller .Sh SYNOPSIS .Cd "imxiic at fdt?" .Cd "iic* at imxiic?" @@ -27,7 +27,7 @@ The .Nm driver provides support for the I2C controller found on the Freescale -i.MX6 processor family. +i.MX 6 and i.MX 8 processor families. .Sh SEE ALSO .Xr iic 4 , .Xr intro 4 |