diff options
author | wanzongshun | 2009-05-01 16:14:54 +0100 |
---|---|---|
committer | Russell King | 2009-05-07 15:24:19 +0100 |
commit | 604f766f5f2fd4791ce898cd04d1f0dcb32b94a7 (patch) | |
tree | 509d2c84546e75ec5f090a8c2224f65303176ff3 /arch/arm/mach-w90x900 | |
parent | 432818f08fa5cf983e13b0ac32ec59b0951882b9 (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.c | 9 |
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 @@ * * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks * - * Copyright (c) 2008 Nuvoton technology corporation - * All rights reserved. + * Copyright (c) 2008 Nuvoton technology corporation. * * Wan ZongShun <mcuos.com@gmail.com> * @@ -12,8 +11,7 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * the Free Software Foundation;version 2 of the License. * */ @@ -45,6 +43,9 @@ static struct map_desc w90p910_iodesc[] __initdata = { IODESC_ENT(UART), IODESC_ENT(TIMER), IODESC_ENT(EBI), + IODESC_ENT(USBEHCIHOST), + IODESC_ENT(USBOHCIHOST), + IODESC_ENT(ADC), /*IODESC_ENT(LCD),*/ }; |