diff options
author | Eric Bénard <eric@eukrea.com> | 2010-06-08 09:02:55 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 12:18:06 (GMT) |
commit | 5a36c399234d511a347b2be4382c7a55f28c18ba (patch) | |
tree | de04e9424667c1b53da22213df15d0417f25add6 /arch/arm/plat-mxc | |
parent | f42ae0e9f4996308860d5cee4803337d3ce3c4ae (diff) | |
download | linux-5a36c399234d511a347b2be4382c7a55f28c18ba.tar.xz |
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 <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mx25.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mx25.h b/arch/arm/plat-mxc/include/mach/mx25.h index 35fb9f5..f064ec8 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 |