diff options
author | Mark Brown <broonie@kernel.org> | 2022-11-25 17:58:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-25 17:58:57 +0300 |
commit | ef3232e3dbd172fa17190fa8a852a3180a73bbdc (patch) | |
tree | 5a81da0cf0d217580d6d7f7c87138b34d1c1e04c /drivers/spi/Makefile | |
parent | 9c512e476b0bf8b4f22982eac82db7ff7cc08f73 (diff) | |
parent | dd71cd4dd6c9bede8ee8277d650fcb9c1b12702c (diff) | |
download | linux-ef3232e3dbd172fa17190fa8a852a3180a73bbdc.tar.xz |
Nuvoton WPCM450 FIU SPI flash controller
Merge series from Jonathan Neuschäfer <j.neuschaefer@gmx.net>:
This patchset adds DT bindings and a driver for the Flash Interface Unit
(FIU), the SPI flash controller in the Nuvoton WPCM450 BMC SoC. It
supports four chip selects, and direct (memory-mapped) access to 16 MiB
per chip. Larger flash chips can be accessed by software-defined SPI
transfers.
The existing NPCM7xx FIU driver is sufficitently incompatible with the
WPCM450 FIU that I decided to write a new driver.
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r-- | drivers/spi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile index 971bd62e4481..be9ba40ef8d0 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile @@ -83,6 +83,7 @@ obj-$(CONFIG_SPI_MTK_NOR) += spi-mtk-nor.o obj-$(CONFIG_SPI_MTK_SNFI) += spi-mtk-snfi.o obj-$(CONFIG_SPI_MXIC) += spi-mxic.o obj-$(CONFIG_SPI_MXS) += spi-mxs.o +obj-$(CONFIG_SPI_WPCM_FIU) += spi-wpcm-fiu.o obj-$(CONFIG_SPI_NPCM_FIU) += spi-npcm-fiu.o obj-$(CONFIG_SPI_NPCM_PSPI) += spi-npcm-pspi.o obj-$(CONFIG_SPI_NXP_FLEXSPI) += spi-nxp-fspi.o |