diff options
author | Vaibhav Hiremath <hvaibhav@ti.com> | 2010-02-15 19:03:35 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-02-15 19:03:35 +0100 |
commit | e3d4d0a2385593e7873e7d7688eeffea949facff (patch) | |
tree | 6083dd40fac65a6e5a120bf3ce23645339358a8d /arch/arm/mach-omap2/board-am3517evm.c | |
parent | omap3: pm: Add T2 Keypad as a wakeup source (diff) | |
download | linux-e3d4d0a2385593e7873e7d7688eeffea949facff.tar.xz linux-e3d4d0a2385593e7873e7d7688eeffea949facff.zip |
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 07b857de2500..ad323b46477d 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> |