Part Number: AM62L
Champs:
My cust has used 2 platforms concurrently for diff projects:
On AM62X, we set this para as 2, the Serial NAND works well.
static SPINAND_OP_VARIANTS(read_cache_variants,
SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 2, NULL, 0),
On AM62L , we need to set this as 4, then, the Serial NAND works well.
static SPINAND_OP_VARIANTS(read_cache_variants,
SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(0, 4, NULL, 0),
Plz comment why this.
Thanks.
BR Rio