]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sf: probe: Add support for M25P* flash parts
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Mon, 5 Aug 2013 10:47:37 +0000 (16:17 +0530)
committerJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Mon, 7 Oct 2013 12:25:42 +0000 (17:55 +0530)
commit53752c90e02031e89ff8f52f85c0da3c982ea70b
tree74c09f8443a4980bab351968a483b21fc079ef0f
parent4d4ec9927f92014195bc5ba79ad43e1103256639
sf: probe: Add support for M25P* flash parts

Added M25P* parts are which are avilable in spi_flash_probe_legacy.c.

Updated the sector_size attributes as per the flash parts.
Looks fine for with this sector_size for computing the size of flash.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
drivers/mtd/spi/spi_flash_probe.c