summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorSandeep Paulraj2009-08-07 19:19:45 +0200
committerKevin Hilman2009-08-26 10:55:50 +0200
commitcc36e97b0b33d9041928e4db45654223a59c1a75 (patch)
tree5f8c5046e59d45018ee450f815cb66da261c6111 /arch/arm
parentDaVinci: DM365: Fix Compilation issue due to PINMUX entry (diff)
downloadkernel-qcow2-linux-cc36e97b0b33d9041928e4db45654223a59c1a75.tar.gz
kernel-qcow2-linux-cc36e97b0b33d9041928e4db45654223a59c1a75.tar.xz
kernel-qcow2-linux-cc36e97b0b33d9041928e4db45654223a59c1a75.zip
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>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-davinci/dm365.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/dm365.c b/arch/arm/mach-davinci/dm365.c
index 0a33e128f3f7..f8bac9486b09 100644
--- a/arch/arm/mach-davinci/dm365.c
+++ b/arch/arm/mach-davinci/dm365.c
@@ -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",
},
};