Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b41547c1 authored by Cyril Chemparathy's avatar Cyril Chemparathy Committed by Kevin Hilman
Browse files

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: default avatarCyril Chemparathy <cyril@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent f2dbb6d9
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -583,6 +583,13 @@ static struct davinci_id ids[] = {
		.cpu_id		= DAVINCI_CPU_ID_TNETV107X,
		.cpu_id		= DAVINCI_CPU_ID_TNETV107X,
		.name		= "tnetv107x rev 1.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",
	},
};
};


static struct davinci_timer_instance timer_instance[2] = {
static struct davinci_timer_instance timer_instance[2] = {