Skip to content

Commit e44097c

Browse files
Neha Malcom Francisnmenon
authored andcommitted
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]>
1 parent ca16cb2 commit e44097c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/ti/k3-socinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ static const struct k3_soc_id {
6161
};
6262

6363
static const char * const j721e_rev_string_map[] = {
64-
"1.0", "1.1",
64+
"1.0", "1.1", "2.0",
6565
};
6666

6767
static int

0 commit comments

Comments
 (0)