Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 604f766f authored by wanzongshun's avatar wanzongshun Committed by Russell King
Browse files

[ARM] 5497/1: Add usb and ts relevant kernel maping option



Add drivers relevant kernel maping option.

Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 432818f0
Loading
Loading
Loading
Loading
+5 −4
Original line number Original line Diff line number Diff line
@@ -3,8 +3,7 @@
 *
 *
 * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks
 * Based on linux/arch/arm/plat-s3c24xx/s3c244x.c by Ben Dooks
 *
 *
 * Copyright (c) 2008 Nuvoton technology corporation
 * Copyright (c) 2008 Nuvoton technology corporation.
 * All rights reserved.
 *
 *
 * Wan ZongShun <mcuos.com@gmail.com>
 * Wan ZongShun <mcuos.com@gmail.com>
 *
 *
@@ -12,8 +11,7 @@
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * 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
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * the Free Software Foundation;version 2 of the License.
 * (at your option) any later version.
 *
 *
 */
 */


@@ -45,6 +43,9 @@ static struct map_desc w90p910_iodesc[] __initdata = {
	IODESC_ENT(UART),
	IODESC_ENT(UART),
	IODESC_ENT(TIMER),
	IODESC_ENT(TIMER),
	IODESC_ENT(EBI),
	IODESC_ENT(EBI),
	IODESC_ENT(USBEHCIHOST),
	IODESC_ENT(USBOHCIHOST),
	IODESC_ENT(ADC),
	/*IODESC_ENT(LCD),*/
	/*IODESC_ENT(LCD),*/
};
};