Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/omap Add gpio6 to critical_devs[]. This requir...
details: https://anonhg.NetBSD.org/src/rev/b38104e3ca0d
branches: trunk
changeset: 783474:b38104e3ca0d
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Mon Dec 24 06:28:55 2012 +0000
description:
Add gpio6 to critical_devs[]. This required by some boards.
diffstat:
sys/arch/arm/omap/omap2_obio.c | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r 6601eb2d67e1 -r b38104e3ca0d sys/arch/arm/omap/omap2_obio.c
--- a/sys/arch/arm/omap/omap2_obio.c Mon Dec 24 06:09:50 2012 +0000
+++ b/sys/arch/arm/omap/omap2_obio.c Mon Dec 24 06:28:55 2012 +0000
@@ -1,7 +1,7 @@
-/* $Id: omap2_obio.c,v 1.17 2012/12/11 19:18:56 riastradh Exp $ */
+/* $Id: omap2_obio.c,v 1.18 2012/12/24 06:28:55 kiyohara Exp $ */
/* adapted from: */
-/* $NetBSD: omap2_obio.c,v 1.17 2012/12/11 19:18:56 riastradh Exp $ */
+/* $NetBSD: omap2_obio.c,v 1.18 2012/12/24 06:28:55 kiyohara Exp $ */
/*
@@ -103,7 +103,7 @@
#include "opt_omap.h"
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.17 2012/12/11 19:18:56 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: omap2_obio.c,v 1.18 2012/12/24 06:28:55 kiyohara Exp $");
#include "locators.h"
#include "obio.h"
@@ -375,6 +375,9 @@
#if defined(GPIO5_BASE)
{ .name = "gpio5", .addr = GPIO5_BASE, .required = false },
#endif
+#if defined(GPIO6_BASE)
+ { .name = "gpio6", .addr = GPIO6_BASE, .required = false },
+#endif
#if 0
{ .name = "dmac", .addr = DMAC_BASE, .required = true },
#endif
Home |
Main Index |
Thread Index |
Old Index