diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-02-15 18:03:35 (GMT) |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 18:03:35 (GMT) |
commit | e3d4d0a2385593e7873e7d7688eeffea949facff (patch) | |
tree | 6083dd40fac65a6e5a120bf3ce23645339358a8d /arch/arm/mach-omap2/board-am3517evm.c | |
parent | a1e63642a9ed167f74afd10245fb907ac41a54d0 (diff) | |
download | linux-e3d4d0a2385593e7873e7d7688eeffea949facff.tar.xz |
AM35xx: Introduce am35xx.h file
Add base address definations for new AM35xx IPSS modules, like
VPFE, USBOTG, CPGMAC.
Please note that the OMAP34xx IVA2 memory space is being used for
AM35xx IPSS modules.
Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Sriramakrishnan <srk@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r-- | arch/arm/mach-omap2/board-am3517evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 07b857d..ad323b4 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c @@ -22,6 +22,7 @@ #include <linux/gpio.h> #include <mach/hardware.h> +#include <mach/am35xx.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> |