Message ID | 20220208131827.1430086-2-vigneshr@ti.com |
---|---|
State | Superseded |
Headers | show |
Series | arm64: Initial support for Texas Instruments AM62 Platform | expand |
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index b6b2150aca4e..91f441ee6175 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -42,6 +42,7 @@ static const struct k3_soc_id { { 0xBB6D, "J7200" }, { 0xBB38, "AM64X" }, { 0xBB75, "J721S2"}, + { 0xBB7E, "AM62X" }, }; static int
Add JTAG ID entry to help identify AM62x SoC in kernel. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> --- drivers/soc/ti/k3-socinfo.c | 1 + 1 file changed, 1 insertion(+)