aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2009-05-01 11:14:54 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-05-07 10:24:19 -0400
commit604f766f5f2fd4791ce898cd04d1f0dcb32b94a7 (patch)
tree509d2c84546e75ec5f090a8c2224f65303176ff3 /arch/arm/mach-w90x900
parent432818f08fa5cf983e13b0ac32ec59b0951882b9 (diff)
[ARM] 5497/1: Add usb and ts relevant kernel maping option
Add drivers relevant kernel maping option. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900')
-rw-r--r--arch/arm/mach-w90x900/w90p910.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-w90x900/w90p910.c b/arch/arm/mach-w90x900/w90p910.c
index 2bcbaa681b99..d2e4a16c9e00 100644
--- a/arch/arm/mach-w90x900/w90p910.c
+++ b/arch/arm/mach-w90x900/w90p910.c
@@ -3,8 +3,7 @@
3 * 3 *
4 * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks 4 * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks
5 * 5 *
6 * Copyright (c) 2008 Nuvoton technology corporation 6 * Copyright (c) 2008 Nuvoton technology corporation.
7 * All rights reserved.
8 * 7 *
9 * Wan ZongShun <mcuos.com@gmail.com> 8 * Wan ZongShun <mcuos.com@gmail.com>
10 * 9 *
@@ -12,8 +11,7 @@
12 * 11 *
13 * This program is free software; you can redistribute it and/or modify 12 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by 13 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or 14 * the Free Software Foundation;version 2 of the License.
16 * (at your option) any later version.
17 * 15 *
18 */ 16 */
19 17
@@ -45,6 +43,9 @@ static struct map_desc w90p910_iodesc[] __initdata = {
45 IODESC_ENT(UART), 43 IODESC_ENT(UART),
46 IODESC_ENT(TIMER), 44 IODESC_ENT(TIMER),
47 IODESC_ENT(EBI), 45 IODESC_ENT(EBI),
46 IODESC_ENT(USBEHCIHOST),
47 IODESC_ENT(USBOHCIHOST),
48 IODESC_ENT(ADC),
48 /*IODESC_ENT(LCD),*/ 49 /*IODESC_ENT(LCD),*/
49}; 50};
50 51