Skip to content

Commit 1e3358a

Browse files
committed
Add id 0x3516c613 for HI3516CV610 mod. 20S
1 parent a4624fc commit 1e3358a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/hal/hisi/hal_hisi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,9 @@ static const char *get_hisi_chip_id(uint32_t family_id, uint8_t scsysid0) {
743743
case 0x3516C610:
744744
chip_generation = HISI_OT;
745745
return "3516CV610";
746+
case 0x3516C613:
747+
chip_generation = HISI_OT;
748+
return "3516CV613";
746749
case 0x3516D200:
747750
chip_generation = HISI_V4;
748751
return "3516DV200";

0 commit comments

Comments
 (0)