Commit 4f020441 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Santosh Shilimkar

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: default avatarLokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: default avatarGrygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
parent ba59c9b4
...@@ -39,6 +39,7 @@ static const struct k3_soc_id { ...@@ -39,6 +39,7 @@ static const struct k3_soc_id {
} k3_soc_ids[] = { } k3_soc_ids[] = {
{ 0xBB5A, "AM65X" }, { 0xBB5A, "AM65X" },
{ 0xBB64, "J721E" }, { 0xBB64, "J721E" },
{ 0xBB6D, "J7200" },
}; };
static int static int
......
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