From 3b9b10151c6838af52244cec4af41a938bb5b7ec Mon Sep 17 00:00:00 2001 From: Sricharan R Date: Fri, 7 Jun 2013 17:26:15 +0530 Subject: [PATCH] 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 Signed-off-by: Sricharan R Acked-by: Benoit Cousson Acked-by: Paul Walmsley [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 --- Reading git-format-patch failed