]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: OMAP4: hwmod data: uncomment some "excluded" hwmods
authorPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:03:56 +0000 (04:03 -0600)
committerPaul Walmsley <paul@pwsan.com>
Thu, 19 Apr 2012 10:03:56 +0000 (04:03 -0600)
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>
arch/arm/mach-omap2/omap_hwmod_44xx_data.c

index 1af2eb118222a8ff3e736689fd87035605bf538a..cd2451038a5ed31ae896b2ab89c3799e37b446c1 100644 (file)
@@ -5439,10 +5439,10 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
        &omap44xx_mpu_private_hwmod,
 
        /* aess class */
-/*     &omap44xx_aess_hwmod, */
+       &omap44xx_aess_hwmod,
 
        /* counter class */
-/*     &omap44xx_counter_32k_hwmod, */
+       &omap44xx_counter_32k_hwmod,
 
        /* dma class */
        &omap44xx_dma_system_hwmod,
@@ -5471,7 +5471,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
        &omap44xx_gpio6_hwmod,
 
        /* hsi class */
-/*     &omap44xx_hsi_hwmod, */
+       &omap44xx_hsi_hwmod,
 
        /* i2c class */
        &omap44xx_i2c1_hwmod,
@@ -5483,7 +5483,7 @@ static __initdata struct omap_hwmod *omap44xx_hwmods[] = {
        &omap44xx_ipu_hwmod,
 
        /* iss class */
-/*     &omap44xx_iss_hwmod, */
+       &omap44xx_iss_hwmod,
 
        /* iva class */
        &omap44xx_iva_hwmod,