davinci: add idcode for tnetv107x rev 1.1/1.2
This patch adds an entry into the idcode table for tnetv107x silicon revision 1.1 and 1.2 devices. Signed-off-by: Cyril Chemparathy <cyril@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
This commit is contained in:
committed by
Kevin Hilman
parent
f2dbb6d91b
commit
b41547c153
@@ -581,7 +581,14 @@ static struct davinci_id ids[] = {
|
|||||||
.part_no = 0xb8a1,
|
.part_no = 0xb8a1,
|
||||||
.manufacturer = 0x017,
|
.manufacturer = 0x017,
|
||||||
.cpu_id = DAVINCI_CPU_ID_TNETV107X,
|
.cpu_id = DAVINCI_CPU_ID_TNETV107X,
|
||||||
.name = "tnetv107x rev1.0",
|
.name = "tnetv107x rev 1.0",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
.variant = 0x1,
|
||||||
|
.part_no = 0xb8a1,
|
||||||
|
.manufacturer = 0x017,
|
||||||
|
.cpu_id = DAVINCI_CPU_ID_TNETV107X,
|
||||||
|
.name = "tnetv107x rev 1.1/1.2",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user