From: Vaibhav Hiremath <hvaib...@ti.com> AM35xx (AM3517/05) has few additional modules under IPSS (IP SubSystem), like VPFE, CPGMAC and USBOTG. This patch adds/updates the corresponding base addresses, interrupt number, and control module bit definations for the same.
Please note that the OMAP34xx IVA2 memory space is being used for AM35xx IPSS modules. Changes from last submission - - As per Kevin's comment moved am35xx.h file from plat-omap to mach-omap2 - Added information about memory space being re-used from IVA2 in comment description Vaibhav Hiremath (3): AM35xx: Introduce am35xx.h file AM35xx: Add AM35xx intr_clr & sw_rst cntrl reg bit defination AM35xx: Update irq.h for AM35xx IPSS module interrupts arch/arm/mach-omap2/board-am3517evm.c | 1 + arch/arm/mach-omap2/include/mach/am35xx.h | 26 ++++++++++++++++++++++++++ arch/arm/plat-omap/include/plat/control.h | 17 +++++++++++++++++ arch/arm/plat-omap/include/plat/irqs.h | 10 ++++++++++ 4 files changed, 54 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/include/mach/am35xx.h -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html