DaVinci: DM365: Add Support for new Revision of silicon
authorSandeep Paulraj <s-paulraj@ti.com>
Fri, 7 Aug 2009 17:19:45 +0000 (13:19 -0400)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 26 Aug 2009 08:55:50 +0000 (11:55 +0300)
DM365 RBL has been updated. The variant number has changed for this
new revision of silicon. This patch adds support for the
new revision of DM365.
The name fields are also being updated to reflect the version
of the silicon.

Without this minor fix DM365 REV 1.2 will not boot up

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/dm365.c

index 0a33e128f3f7ed41584151f5b89e9613f01c3395..f8bac9486b090a566225d35eb99f34b4bef19ddc 100644 (file)
@@ -821,7 +821,14 @@ static struct davinci_id dm365_ids[] = {
                .part_no        = 0xb83e,
                .manufacturer   = 0x017,
                .cpu_id         = DAVINCI_CPU_ID_DM365,
-               .name           = "dm365",
+               .name           = "dm365_rev1.1",
+       },
+       {
+               .variant        = 0x8,
+               .part_no        = 0xb83e,
+               .manufacturer   = 0x017,
+               .cpu_id         = DAVINCI_CPU_ID_DM365,
+               .name           = "dm365_rev1.2",
        },
 };
 
This page took 0.026233 seconds and 5 git commands to generate.