浏览代码

DaVinci: DM365: Add Support for new Revision of silicon

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>
Sandeep Paulraj 16 年之前
父节点
当前提交
cc36e97b0b
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      arch/arm/mach-davinci/dm365.c

+ 8 - 1
arch/arm/mach-davinci/dm365.c

@@ -821,7 +821,14 @@ static struct davinci_id dm365_ids[] = {
 		.part_no	= 0xb83e,
 		.part_no	= 0xb83e,
 		.manufacturer	= 0x017,
 		.manufacturer	= 0x017,
 		.cpu_id		= DAVINCI_CPU_ID_DM365,
 		.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",
 	},
 	},
 };
 };