diff options
author | Neha Malcom Francis <[email protected]> | 2024-06-24 12:22:05 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2024-06-27 17:45:42 -0500 |
commit | e44097c6d535163f28c6106605452a2fdb1d8cba (patch) | |
tree | d9d514269704497aebeb2642c64e0bee91933703 | |
parent | ca16cb2b9073e2f2a968a04c794275aa21ee1aa3 (diff) |
soc: ti: k3-socinfo: Add J721E SR2.0
Add support to detect J721E SR2.0
Signed-off-by: Neha Malcom Francis <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
-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 |