Re: [PATCH 1/2] mtd: spi-nor-ids: Add support for Spansion S25FL256L

2021-09-17 Thread Pratyush Yadav
On 08/09/21 05:47PM, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > The S25FL256L is a part of the S25FL-L family and has the same feature set > as S25FL128L except the density. > > The datasheet can be found in the following link. > https://www.cypress.com/file/316171/download > > Tes

[PATCH 1/2] mtd: spi-nor-ids: Add support for Spansion S25FL256L

2021-09-08 Thread tkuw584924
From: Takahiro Kuwano The S25FL256L is a part of the S25FL-L family and has the same feature set as S25FL128L except the density. The datasheet can be found in the following link. https://www.cypress.com/file/316171/download Tested on Xilinx Zynq-7000 FPGA board. Signed-off-by: Takahiro Kuwano