Skip to content

Commit

Permalink
add t21n socinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Apr 1, 2024
1 parent 3ce5ecb commit c90225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/cmd_socinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef struct {
SocInfo socInfoTable[] = {
{"T10L", 0x0001, 0x0001, 0x0000, 0x0000, 0x0000},
{"T20X", 0x2000, 0x0001, 0x0000, 0x2222, 0x0000},
{"T21N", 0x2001, 0x0001, 0x0000, 0x1111, 0x0000},
{"T21N", 0x0021, 0x0001, 0x0000, 0x1111, 0x0000},
{"T23N", 0x0023, 0x0000, 0x0000, 0x1111, 0x0000},
{"T23ZN", 0x0023, 0x0000, 0x0000, 0x6666, 0x0000},
{"T30AL", 0x0030, 0x0001, 0x3333, 0x0000, 0x0000},
Expand Down

0 comments on commit c90225d

Please sign in to comment.