diff options
author | Neha Malcom Francis <n-francis@ti.com> | 2024-06-24 09:52:05 +0300 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2024-06-28 01:45:42 +0300 |
commit | e44097c6d535163f28c6106605452a2fdb1d8cba (patch) | |
tree | d9d514269704497aebeb2642c64e0bee91933703 /drivers/soc/ti | |
parent | ca16cb2b9073e2f2a968a04c794275aa21ee1aa3 (diff) | |
download | linux-e44097c6d535163f28c6106605452a2fdb1d8cba.tar.xz |
soc: ti: k3-socinfo: Add J721E SR2.0
Add support to detect J721E SR2.0
Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Link: https://lore.kernel.org/r/20240624065205.718449-1-n-francis@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'drivers/soc/ti')
-rw-r--r-- | drivers/soc/ti/k3-socinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/ti/k3-socinfo.c b/drivers/soc/ti/k3-socinfo.c index 59101bf7cf23..4fb0f0a24828 100644 --- a/drivers/soc/ti/k3-socinfo.c +++ b/drivers/soc/ti/k3-socinfo.c @@ -61,7 +61,7 @@ static const struct k3_soc_id { }; static const char * const j721e_rev_string_map[] = { - "1.0", "1.1", + "1.0", "1.1", "2.0", }; static int |