OMAP: hwmod data: add class for IVA hwmods
authorKevin Hilman <khilman@deeprootsystems.com>
Mon, 26 Jul 2010 22:34:31 +0000 (16:34 -0600)
committerPaul Walmsley <paul@pwsan.com>
Mon, 26 Jul 2010 22:34:31 +0000 (16:34 -0600)
Add a new hwmod class for IVA devices.  To be used when hwmods
are created for IVA2 on OMAP3.

Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod_common_data.c
arch/arm/mach-omap2/omap_hwmod_common_data.h

index 1e80b914fa1ab32c7e6161bd84ff64ea2c4be8f7..08a134243ecba3febb134effb19dda5cda8dbd25 100644 (file)
@@ -66,3 +66,6 @@ struct omap_hwmod_class mpu_hwmod_class = {
        .name = "mpu"
 };
 
+struct omap_hwmod_class iva_hwmod_class = {
+       .name = "iva"
+};
index 3645a28c7c27935723f2de7984740346f2e46304..c34e98bf124295906fc578873d21a1c84bad7bb3 100644 (file)
@@ -20,5 +20,6 @@
 extern struct omap_hwmod_class l3_hwmod_class;
 extern struct omap_hwmod_class l4_hwmod_class;
 extern struct omap_hwmod_class mpu_hwmod_class;
+extern struct omap_hwmod_class iva_hwmod_class;
 
 #endif