Commit a1030aa2 authored by Sudhakar Rajashekhara's avatar Sudhakar Rajashekhara Committed by Kevin Hilman

ARM: DaVinci: add dm646x cpu type

Adds dm646x cpu type.
Signed-off-by: default avatarSudhakar Rajashekhara <sudhakar.raj@ti.com>
parent 52edbcc8
...@@ -33,6 +33,13 @@ static struct davinci_id davinci_ids[] __initdata = { ...@@ -33,6 +33,13 @@ static struct davinci_id davinci_ids[] __initdata = {
.manufacturer = 0x017, .manufacturer = 0x017,
.type = 0x64460000, .type = 0x64460000,
}, },
{
/* DM646X */
.part_no = 0xb770,
.variant = 0x0,
.manufacturer = 0x017,
.type = 0x64670000,
},
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment