spi: mxic: Select SPI_NOR type by default
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 19 Sep 2019 20:25:03 +0000 (22:25 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 20 Sep 2019 11:07:35 +0000 (12:07 +0100)
commit4a82fe0e184263b5ed8f9d8079f7dfd144598127
tree4937b3739302b722ff78d008080252df554b2833
parentfdeae8f5a2e5eb3fcc9c295bfb28503c3abd4d6e
spi: mxic: Select SPI_NOR type by default

The SPI_NAND bit is a (wrongly named) placeholder that is intended
to be used in the future. Right now SPI_NOR (which is currently
identical to SPI_NAND in this version of the IP) should be used in
both cases.

Suggested-by: Mason Yang <masonccyang@mxic.com.tw>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/r/20190919202504.9619-3-miquel.raynal@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mxic.c