introduce generic features for omap2. omap2 uses mbx, not sgx, and
it still has a dsp, though not iva2 as omap3 uses..

Signed-off-by: Nishanth Menon <[email protected]>
---
V2: comments from http://marc.info/?t=127725956100003&r=1&w=2&n=4
    incorporated - L2 cache is removed from enabled features for omap2.

V1: original patch including L2 cache being set as available feature

 arch/arm/mach-omap2/id.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index e3f5994..ab8eb41 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -102,6 +102,15 @@ static struct omap_id omap_ids[] __initdata = {
 static void __iomem *tap_base;
 static u16 tap_prod_id;
 
+static void __init omap24xx_check_features(void)
+{
+       /*
+        * TODO: add a better check feature once we have
+        * more decent feature check
+        */
+       omap_features |= OMAP_HAS_IVA;
+}
+
 static void __init omap24xx_check_revision(void)
 {
        int i, j;
@@ -388,6 +397,7 @@ void __init omap2_check_revision(void)
         */
        if (cpu_is_omap24xx()) {
                omap24xx_check_revision();
+               omap24xx_check_features();
        } else if (cpu_is_omap34xx()) {
                omap3_check_revision();
                omap3_check_features();
-- 
1.6.3.3

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to