Re: [PATCH] mtd: jedec_probe: fix LH28F640BF definition

2013-08-05 Thread Artem Bityutskiy
On Sun, 2013-07-21 at 01:07 +0200, Andrea Adami wrote: > Zaurus 5500 contains 2 LH28F640BFHE-PTTL90 (64M 4Mx16) and > the LH28F640BFHE-PTTL90.pdf datasheet available on the net shows > the exact erasesize and the OTP support. > At the moment only jedec_probe can discover the chip and > the NOR is m

[PATCH] mtd: jedec_probe: fix LH28F640BF definition

2013-07-20 Thread Andrea Adami
Zaurus 5500 contains 2 LH28F640BFHE-PTTL90 (64M 4Mx16) and the LH28F640BFHE-PTTL90.pdf datasheet available on the net shows the exact erasesize and the OTP support. At the moment only jedec_probe can discover the chip and the NOR is mounted read only probably because of wrong vpp. Signed-off-by: A