radxa / u-boot

U-Boot tree for pending commits
43 stars 90 forks source link

backport: mtd: spi-nor-ids: Add Winbond W25Q128JW ID #93

Closed pykpkg47 closed 2 months ago

pykpkg47 commented 2 months ago

Some Rock 3A have different SPI flash chip which broke u-boot on spi (only spl was loading which couldn't read spi and started core u-boot from sd-card if found) this backport enable support for this chip so that u-boot on spi + nvme boot is working again

Add ID for Winbond W25Q128JW device. This is a 128 Mbit QSPI NOR. Tested on W25Q128JWPIM part.

Cc: Horatiu Vultur horatiu.vultur@microchip.com Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com Cc: Stefan Roese sr@denx.de Cc: Vignesh R vigneshr@ti.com Reviewed-by: Stefan Roese sr@denx.de Reviewed-by: Jagan Teki jagan@amarulasolutions.com