mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "drivers: mtd: nand: Updating part MX35UF2GE4AD"
This commit is contained in:
commit
e92dafda00
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