[U-Boot] [Uboot][PATCH] drivers: spi: macronix: Add MX66L51235L data
Jagan Teki
jagannadh.teki at gmail.com
Thu Oct 3 17:49:18 CEST 2013
Hi Sourav,
Can you test this macronix part w.r.t latest code base on
u-boot-spi.git with master-probe branch.
Please let me know about any issues/concerns.
On Tue, Aug 27, 2013 at 2:48 PM, Jagan Teki <jagannadh.teki at gmail.com> wrote:
> Hi
>
> On Tue, Aug 27, 2013 at 11:15 AM, Sourav Poddar <sourav.poddar at ti.com> wrote:
>> Add support for macronix "MX66L51235L" flash device.
>>
>> Signed-off-by: Sourav Poddar <sourav.poddar at ti.com>
>> ---
>> drivers/mtd/spi/macronix.c | 5 +++++
>> 1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/mtd/spi/macronix.c b/drivers/mtd/spi/macronix.c
>> index 70435eb..5a528c3 100644
>> --- a/drivers/mtd/spi/macronix.c
>> +++ b/drivers/mtd/spi/macronix.c
>> @@ -61,6 +61,11 @@ static const struct macronix_spi_flash_params macronix_spi_flash_table[] = {
>> .nr_blocks = 256,
>> .name = "MX25L12855E",
>> },
>> + {
>> + .idcode = 0x201a,
>> + .nr_blocks = 512,
>> + .name = "MX66L51235L",
>> + },
>> };
>>
>
> Can you check the similar patch
> http://patchwork.ozlabs.org/patch/262928/
>
> Please confirm about nr_blocks?
> Also have u tested with latest spi_flash code, since ur part is 64MB
> must require a BAR to access entire memory.?
> http://patchwork.ozlabs.org/patch/262929/
>
> Let me know for any concerns.
>
> --
> Thanks,
> Jagan.
--
Thanks,
Jagan.
--------
Jagannadha Sutradharudu Teki,
E: jagannadh.teki at gmail.com, P: +91-9676773388
Engineer - System Software Hacker
U-boot - SPI Custodian and Zynq APSOC
Ln: http://www.linkedin.com/in/jaganteki
More information about the U-Boot
mailing list