On Fri, 17 Aug 2018 at 00:30, Alexander Soldatov a.soldatov@yadro.com wrote:
Currently in driver spi-nor there is a line for mx66l51235l. According to Macronix site there is no such part number. The chip detected as such is actually mx66l51235f.
According to the datasheet for mx66l51235f, "The device default is in 24-bit address mode" (section 9-10). Hence we removed SPI_NOR_4B_OPCODES option with this commit.
Cc: stable@vger.kernel.org Fixes: d342b6a973af ("mtd: spi-nor: enable 4B opcodes for mx66l51235l") Signed-off-by: Alexander Soldatov a.soldatov@yadro.com
Tested-by: Joel Stanley joel@jms.id.au
Thanks for fixing this Alexander.
Cheers,
Joel