diff options
-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[] = { |