commit | 39a5ebcd47d2dc77f2d2510dc3e02ffc4c519e4c | [log] [tgz] |
---|---|---|
author | Poddar, Sourav <sourav.poddar@ti.com> | Wed Apr 23 18:57:03 2014 +0530 |
committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | Sun Jun 08 23:12:27 2014 +0530 |
tree | a49d3b073d8f2a461962be31dec7108789ae258e | |
parent | 6b622d1d60cb31bef57c739fb9a8699591c8dd38 [diff] |
sf: probe: Fix quad bit set path Currently, flash quad bit is set in "spi_flash_validate_params" and later at the end in the same api, we write 0 to status register for few flashes, thereby overriding the quad bit set. This fix moves the quad bit setting outside this api in "spi_flash_probe_slave" Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>