diff options
author | Rajashekhara, Sudhakar <sudhakar.raj@ti.com> | 2009-06-02 06:48:43 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-08-26 10:56:57 +0300 |
commit | 98d0e9fc6bf1dc8227a7848eea1e28bf19f5a32d (patch) | |
tree | fee2eb42a1570ad3d7eef8327110da3743279c82 /arch/arm/mach-davinci/dm644x.c | |
parent | a23f7dc82d48d7fc8377765f6ede907daef4e63b (diff) | |
download | blackbird-obmc-linux-98d0e9fc6bf1dc8227a7848eea1e28bf19f5a32d.tar.gz blackbird-obmc-linux-98d0e9fc6bf1dc8227a7848eea1e28bf19f5a32d.zip |
davinci: dm644x: Support for dm644x silicon revision 2.1
JTAG ID for DM644x silicon revision 2.1 has changed. An entry for the new
silicon revision needs to be added to the davinci_id structure. Without
this addition, EVMs with new silicon revision fail to boot the kernel.
Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/dm644x.c')
-rw-r--r-- | arch/arm/mach-davinci/dm644x.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/dm644x.c b/arch/arm/mach-davinci/dm644x.c index d145c0cbfe6a..7d51263caf1e 100644 --- a/arch/arm/mach-davinci/dm644x.c +++ b/arch/arm/mach-davinci/dm644x.c @@ -580,6 +580,13 @@ static struct davinci_id dm644x_ids[] = { .cpu_id = DAVINCI_CPU_ID_DM6446, .name = "dm6446", }, + { + .variant = 0x1, + .part_no = 0xb700, + .manufacturer = 0x017, + .cpu_id = DAVINCI_CPU_ID_DM6446, + .name = "dm6446a", + }, }; static void __iomem *dm644x_psc_bases[] = { |