mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
mtd: nand: support new slc nand [1/1]
PD#SWPL-4511 Problem: 1Gb SLC Nand ZDND1G08U3D-IA requested by Marketing aka ZDND1G08U3D-xx module number in code Solution: add the nand id into amlogic nand flash id table Verify: AXG_S400 Change-Id: I4e221497b801239aa62f62f844ff247fa05925d0 Signed-off-by: Yi Zeng <yi.zeng@amlogic.com>
This commit is contained in:
@@ -301,6 +301,19 @@ struct aml_nand_flash_dev aml_nand_flash_ids[] = {
|
||||
0,
|
||||
(NAND_TIMING_MODE5 | NAND_ECC_BCH8_MODE)},
|
||||
|
||||
{"Zetta NAND ZDND1G08U3D-xx 1Gb",
|
||||
{NAND_MFR_ZETTA, 0xf1, 0x80, 0x95},
|
||||
2048,
|
||||
128,
|
||||
0x20000,
|
||||
64,
|
||||
1,
|
||||
20,
|
||||
15,
|
||||
0,
|
||||
0,
|
||||
(NAND_TIMING_MODE5 | NAND_ECC_BCH8_MODE)},
|
||||
|
||||
{"A revision NAND 1GiB sF1G-A",
|
||||
{NAND_MFR_AMD, 0xf1, 0x80, 0x1d, 0x01, 0xf1},
|
||||
2048,
|
||||
|
||||
Reference in New Issue
Block a user