mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq807x: Add support for Toshiba 128M nand
This device is a non onfi device, so adding the device id and oob details to nand_ids table. This device is non onfi device, so adding the device id and oob information in the nand_ids table. 1.pagesize:2048 bytes 2.oob size:128bytes 3.Ecc:8bits for 512 bytes 4.Man & dev id: 0x98 0xa1 Change-Id: I69763ea28fc3f81a74cacad4338b6d55c42d93b6 Signed-off-by: sameeruddin shaik <samesh@codeaurora.org>
This commit is contained in:
parent
9efa8ffd84
commit
241e5e86b0
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ struct nand_flash_dev nand_flash_ids[] = {
|
|||
{ .id = {0xad, 0xde, 0x94, 0xda, 0x74, 0xc4} },
|
||||
SZ_8K, SZ_8K, SZ_2M, 0, 6, 640, NAND_ECC_INFO(40, SZ_1K),
|
||||
4 },
|
||||
{"TC58NYG0S3HBAI4 1G 1.8V 8-bit",
|
||||
{ .id = {0x98, 0xa1, 0x80, 0x15} },
|
||||
SZ_2K, SZ_128, SZ_128K, 0, 4, 128, NAND_ECC_INFO(8, SZ_512) },
|
||||
{"TH58NYG3S0H 8G 1.8V 8-bit",
|
||||
{ .id = {0x98, 0xa3, 0x91, 0x26} },
|
||||
SZ_4K, SZ_1K, SZ_256K, 0, 4, 256, NAND_ECC_INFO(8, SZ_512) },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue