diff options
| author | Neha Malcom Francis <[email protected]> | 2024-07-15 16:45:50 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-19 16:48:07 -0600 |
| commit | 6b8df6055ab5b37c27679a5cd8ba61f702cab120 (patch) | |
| tree | 40d17fa4b29503365b09ea4bbb2c429906968971 /drivers/soc | |
| parent | 9dfc2532e28083d728ec4401935c794d5877e076 (diff) | |
soc: ti: k3-socinfo: Add support for J721E SR2.0
Add support for identifying J721E SR2.0
Signed-off-by: Neha Malcom Francis <[email protected]>
Reviewed-by: Nishanth Menon <[email protected]>
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/soc_ti_k3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/soc_ti_k3.c b/drivers/soc/soc_ti_k3.c index f948914d218..a3acca4d394 100644 --- a/drivers/soc/soc_ti_k3.c +++ b/drivers/soc/soc_ti_k3.c @@ -61,7 +61,7 @@ static const char *get_family_string(u32 idreg) } static char *j721e_rev_string_map[] = { - "1.0", "1.1", + "1.0", "1.1", "2.0", }; static char *typical_rev_string_map[] = { |
