Re: [U-Boot] [PATCH] NAND: Add Micron MT29F16G identifier

2014-05-01 Thread Eric Bénard
Hi, Le Wed, 30 Apr 2014 21:30:58 -0700 (PDT), smithknown a écrit : > > I added same ids, the device was able to be detected, but the nand info, nand > erase.chip did not work. Same command works for a Micron 512MBytes nand. I > am using mxc_nand driver. What else do we need update? what change

Re: [U-Boot] [PATCH] NAND: Add Micron MT29F16G identifier

2014-05-01 Thread smithknown
I added same ids, the device was able to be detected, but the nand info, nand erase.chip did not work. Same command works for a Micron 512MBytes nand. I am using mxc_nand driver. What else do we need update? what change you made to the mxc_nand.c and board configuration .h file? -- View this m

[U-Boot] [PATCH] NAND: Add Micron MT29F16G identifier

2014-04-16 Thread Chunhe Lan
The Micron MT29F16G parts are 2048Mbytes x 8 bits 3.3V parts with the 0x48 identifier. Add these to the list of known devices IDs. Signed-off-by: Chunhe Lan --- drivers/mtd/nand/nand_ids.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/nand/nand_ids.c b/driv