diff options
| author | matt <matt@NetBSD.org> | 2014-03-15 17:14:56 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2014-03-15 17:14:56 +0000 |
| commit | bed34bbf060e6ee4017e347cb52cf04583021733 (patch) | |
| tree | 1502056fe6dba85d930aaee0dfc9208a1b5085d6 /sys | |
| parent | 8b9694afb6c5ab686d8833058eee2f06fa9ab5a3 (diff) | |
OMAP5 support
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/arm/omap/obio_ohci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/arm/omap/obio_ohci.c b/sys/arch/arm/omap/obio_ohci.c index 9034231bdc4..92b836d449a 100644 --- a/sys/arch/arm/omap/obio_ohci.c +++ b/sys/arch/arm/omap/obio_ohci.c @@ -1,7 +1,7 @@ -/* $Id: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $ */ +/* $Id: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $ */ /* adapted from: */ -/* $NetBSD: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $ */ +/* $NetBSD: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $ */ /* $OpenBSD: pxa2x0_ohci.c,v 1.19 2005/04/08 02:32:54 dlg Exp $ */ /* @@ -24,7 +24,7 @@ #include "locators.h" #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.9 2013/06/16 17:47:54 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: obio_ohci.c,v 1.10 2014/03/15 17:14:56 matt Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -89,7 +89,7 @@ obioohci_match(device_t parent, cfdata_t cf, void *aux) if (obio->obio_addr != OHCI1_BASE_OMAP3) return 0; #endif -#if defined(OMAP4) +#if defined(OMAP4) || defined(OMAP5) if (obio->obio_addr != OHCI1_BASE_OMAP4) return 0; #endif |
