]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP4: hwmod data: Clean up the data file
authorSricharan R <r.sricharan@ti.com>
Fri, 7 Jun 2013 11:56:15 +0000 (17:26 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 7 Jun 2013 16:17:15 +0000 (09:17 -0700)
commit3b9b10151c6838af52244cec4af41a938bb5b7ec
treea430196ed2643999439c881b3f6393155bc2ce1f
parentbea6412a994a8f49d81bc103907563ab9f94c371
ARM: OMAP4: hwmod data: Clean up the data file

- The IO resource information like dma request lines, irq number and
  ocp address space can be populated via dt blob. So such data is stripped
  from OMAP4 SOC hwmod data file.

- The devices which are still missing the device tree bindings,
  address space entries are not removed yet. When such devices add
  the dt bindings, respective address space data can be deleted.

- Also other unnecessary hwmods like firewalls are removed as a part of this.
  Since emif was getting registered only because of this firewalls links,
  the mpu->emif direct link is added now.

The above update, results in reduction of about ~1650 lines of code.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Sricharan R <r.sricharan@ti.com>
Acked-by: Benoit Cousson <benoit.cousson@linaro.org>
Acked-by: Paul Walmsley <paul@pwsan.com>
[tony@atomide.com: updated for omap44xx_usb_phy_and_pll_addrs, dropped
mcspi and mmc changes to avoid regressions on omap4sdp]
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c