aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Walmsley <paul@pwsan.com>2012-04-19 06:03:56 -0400
committerPaul Walmsley <paul@pwsan.com>2012-04-19 06:03:56 -0400
commit53c4c6c37c7631d0ef4e8716e553e015292f84e9 (patch)
tree406f757535ecf80d02e7bc1138ae8c13753471a3
parent3d10f0d6d93c153d92c5ea31fccc354ef9716214 (diff)
ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods
Some hwmods were commented out from the OMAP4 data, under the theory that they shouldn't be added until drivers were ready. But part of the utility of the hwmod code is that it can reset and properly initialize IP blocks that have no drivers associated with them. Rather than commenting the links in the future hwmod data conversion patches, discussing this with Benoit, it seems best to simply uncomment them now. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <b-cousson@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 1af2eb118222..cd2451038a5e 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -5439,10 +5439,10 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
5439 &omap44xx_mpu_private_hwmod, 5439 &omap44xx_mpu_private_hwmod,
5440 5440
5441 /* aess class */ 5441 /* aess class */
5442/* &omap44xx_aess_hwmod, */ 5442 &omap44xx_aess_hwmod,
5443 5443
5444 /* counter class */ 5444 /* counter class */
5445/* &omap44xx_counter_32k_hwmod, */ 5445 &omap44xx_counter_32k_hwmod,
5446 5446
5447 /* dma class */ 5447 /* dma class */
5448 &omap44xx_dma_system_hwmod, 5448 &omap44xx_dma_system_hwmod,
@@ -5471,7 +5471,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
5471 &omap44xx_gpio6_hwmod, 5471 &omap44xx_gpio6_hwmod,
5472 5472
5473 /* hsi class */ 5473 /* hsi class */
5474/* &omap44xx_hsi_hwmod, */ 5474 &omap44xx_hsi_hwmod,
5475 5475
5476 /* i2c class */ 5476 /* i2c class */
5477 &omap44xx_i2c1_hwmod, 5477 &omap44xx_i2c1_hwmod,
@@ -5483,7 +5483,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
5483 &omap44xx_ipu_hwmod, 5483 &omap44xx_ipu_hwmod,
5484 5484
5485 /* iss class */ 5485 /* iss class */
5486/* &omap44xx_iss_hwmod, */ 5486 &omap44xx_iss_hwmod,
5487 5487
5488 /* iva class */ 5488 /* iva class */
5489 &omap44xx_iva_hwmod, 5489 &omap44xx_iva_hwmod,