Re: [U-Boot] [PATCH] sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array

2019-02-14 Thread Vignesh R
On 14/02/19 10:39 PM, Jagan Teki wrote: > + Vignesh > > On Mon, Jan 7, 2019 at 11:05 AM Ye Li wrote: >> >> On i.MX7ULP EVK board, we use MX25R6435F NOR flash, add its parameters >> and IDs to flash parameter array. Otherwise, the flash probe will fails. >> >> Signed-off-by: Ye Li >> --- >>

Re: [U-Boot] [PATCH] sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array

2019-02-14 Thread Jagan Teki
+ Vignesh On Mon, Jan 7, 2019 at 11:05 AM Ye Li wrote: > > On i.MX7ULP EVK board, we use MX25R6435F NOR flash, add its parameters > and IDs to flash parameter array. Otherwise, the flash probe will fails. > > Signed-off-by: Ye Li > --- > drivers/mtd/spi/spi_flash_ids.c | 1 + > 1 file changed,

[U-Boot] [PATCH] sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array

2019-01-06 Thread Ye Li
On i.MX7ULP EVK board, we use MX25R6435F NOR flash, add its parameters and IDs to flash parameter array. Otherwise, the flash probe will fails. Signed-off-by: Ye Li --- drivers/mtd/spi/spi_flash_ids.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi/spi_flash_ids.c