mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info
authorTakahiro Kuwano <Takahiro.Kuwano@infineon.com>
Wed, 31 Aug 2022 04:59:04 +0000 (13:59 +0900)
committerTudor Ambarus <tudor.ambarus@microchip.com>
Tue, 25 Oct 2022 02:11:34 +0000 (05:11 +0300)
commitdb391efe765cc6cfc0ffc8d8ef146dc8e6816a7e
tree945a069cdabe88c1b18cc52cd3a9afa3bd170627
parentd189614f24799ce150eaf3ecca8483c0a3697e9b
mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t info

Read, Page Program, and Sector Erase settings are done in SFDP so we can
remove NO_SFDP_FLAGS from s28hs512t info. Since the default_init() is no
longer called after removing NO_SFDP_FLAGS, the initialization in the
default_init() is moved to late_init().

Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Link: https://lore.kernel.org/r/12e468992f5d0cbd474abff3203100cc8163d4e5.1661915569.git.Takahiro.Kuwano@infineon.com
drivers/mtd/spi-nor/spansion.c