Skip to content

Commit

Permalink
spinand: Add FORESEE F35SQA001G/002G devices ID.
Browse files Browse the repository at this point in the history
Signed-off-by: Yilin Sun <[email protected]>
  • Loading branch information
imi415 authored and jianjunjiang committed Feb 1, 2024
1 parent 4dda7f2 commit 3c8a35a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spinand.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ static const struct spinand_info_t spinand_infos[] = {
{ "HYF1GQ4U", SPINAND_ID(0xc9, 0x51), 2048, 128, 64, 1024, 1, 1 },
{ "HYF2GQ4U", SPINAND_ID(0xc9, 0x52), 2048, 128, 64, 2048, 1, 1 },
{ "HYF4GQ4U", SPINAND_ID(0xc9, 0x54), 2048, 128, 64, 4096, 1, 1 },

/* FORESEE */
{ "F35SQA001G", SPINAND_ID(0xCD, 0x71, 0x71), 2048, 64, 64, 1024, 1, 1 },
{ "F35SQA002G", SPINAND_ID(0xCD, 0x72, 0x72), 2048, 64, 64, 2048, 1, 1 },
};

static inline int spinand_info(struct xfel_ctx_t * ctx, struct spinand_pdata_t * pdat)
Expand Down

0 comments on commit 3c8a35a

Please sign in to comment.