From: Eric Bénard Date: Tue, 8 Jun 2010 09:02:55 +0000 (+0200) Subject: MX25: put define for OTG base address in right include X-Git-Tag: v2.6.36-rc1~591^2^2~1^2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a36c399234d511a347b2be4382c7a55f28c18ba;p=thirdparty%2Flinux.git MX25: put define for OTG base address in right include the standard place for this define is include/mach/mx25.h Signed-off-by: Eric Bénard Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/mach-mx25/devices.c b/arch/arm/mach-mx25/devices.c index fd331d04ea0d4..d9766d4d50464 100644 --- a/arch/arm/mach-mx25/devices.c +++ b/arch/arm/mach-mx25/devices.c @@ -117,8 +117,6 @@ struct platform_device mxc_uart_device4 = { .num_resources = ARRAY_SIZE(uart4), }; -#define MX25_OTG_BASE_ADDR 0x53FF4000 - static u64 otg_dmamask = DMA_BIT_MASK(32); static struct resource mxc_otg_resources[] = { diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 35fb9f5e5d1cd..f064ec8833bb0 100644 --- a/arch/arm/plat-mxc/include/mach/mx25.h +++ b/arch/arm/plat-mxc/include/mach/mx25.h @@ -35,6 +35,7 @@ #define MX25_DRYICE_BASE_ADDR 0x53ffc000 #define MX25_LCDC_BASE_ADDR 0x53fbc000 #define MX25_KPP_BASE_ADDR 0x43fa8000 +#define MX25_OTG_BASE_ADDR 0x53ff4000 #define MX25_INT_DRYICE 25 #define MX25_INT_FEC 57