mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
drivers: mtd: nand: Updating part MX35UF2GE4AD
The MX35UF2GE4AD nand part has support for 8-bit ECC, 2Gb flash density and 128 bytes of OOB. Updating the correct info in the nand id table. Change-Id: I21f1bd0a897b92694040dc5908580c80a4b003da Signed-off-by: Hariharan K <quic_harihk@quicinc.com>
This commit is contained in:
parent
114650d440
commit
2a156d089e
1 changed files with 3 additions and 3 deletions
|
|
@ -387,11 +387,11 @@ static struct qpic_serial_nand_params qpic_serial_nand_tbl[] = {
|
||||||
.erase_blk_size = 0x00020000,
|
.erase_blk_size = 0x00020000,
|
||||||
.pgs_per_blk = 64,
|
.pgs_per_blk = 64,
|
||||||
.no_of_blocks = 2048,
|
.no_of_blocks = 2048,
|
||||||
.spare_size = 160,
|
.spare_size = 128,
|
||||||
.density = 0x08000000,
|
.density = 0x10000000,
|
||||||
.otp_region = 0x2000,
|
.otp_region = 0x2000,
|
||||||
.no_of_addr_cycle = 0x3,
|
.no_of_addr_cycle = 0x3,
|
||||||
.num_bits_ecc_correctability = 4,
|
.num_bits_ecc_correctability = 8,
|
||||||
.timing_mode_support = 0,
|
.timing_mode_support = 0,
|
||||||
.quad_mode = true,
|
.quad_mode = true,
|
||||||
.check_quad_config = true,
|
.check_quad_config = true,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue