Skip to content

Commit 4f02044

Browse files
Peter UjfalusiSantoshShilimkar
authored andcommitted
soc: ti: k3-socinfo: Add entry for J7200
Update K3 chipinfo driver to support new TI J7200 SoC. It's JTAG PARTNO is 0xBB6D. Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
1 parent ba59c9b commit 4f02044

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/soc/ti/k3-socinfo.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ static const struct k3_soc_id {
3939
} k3_soc_ids[] = {
4040
{ 0xBB5A, "AM65X" },
4141
{ 0xBB64, "J721E" },
42+
{ 0xBB6D, "J7200" },
4243
};
4344

4445
static int

0 commit comments

Comments
 (0)