]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit101d69b0a6436c17aaca01a3399f98af03daab97
tree4937b3739302b722ff78d008080252df554b2833
parent6dd61788c2b5fa2e36f5334442f2ffdb4021e086
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