ARM: AM33XX: hwmod data: irq, dma and addr info clean up
authorVaibhav Hiremath <hvaibhav@ti.com>
Fri, 7 Jun 2013 16:12:03 +0000 (09:12 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Jun 2013 16:12:03 +0000 (09:12 -0700)
commit49006bfd31f728a0dfdef6ef41635f0e6c546155
treeb6f9fbfdf34cba1168ee6c9a9a3e59c3e09e083a
parentd683b96b072dc4680fc74964eca77e6a23d1fa6e
ARM: AM33XX: hwmod data: irq, dma and addr info clean up

AM33XX only supports DT boot mode and with addition of
extracting module resources like, irq, dma and address space
from DT block, so now we can remove duplicate information from
hwmod data file.

This patch cleanups-up/deletes,

     - All references to "omap_hwmod_irq_info" data.
     - All references to "omap_hwmod_dma_info" data.
     - References to "omap_hwmod_addr_space" of the modules
       for which DT node is available with required address
       space information.
     - For the modules where "sysc" field is not applicable,
       we don't need module address space, so remove them as well.
     - The hwmod like firewall etc which are not useful are also
       deleted.

This cleanup gets us around ~1100 LOC of negative diff.
Patch is boot tested on AM335x-EVM along with below modules -
- Matrix-keypad
- Volume up/down keys
- Ethernet
- RTC
- WDT

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Sricharan R <r.sricharan@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_33xx_data.c