diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2022-07-22 13:41:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-15 13:17:29 +0200 |
commit | 6db8595a3e1996654a130760d363912cdd28706d (patch) | |
tree | 31783b4ca03f455f84ab33e680c0904343f25cea /drivers/spi/spi-npcm-pspi.c | |
parent | dt-binding: spi: npcm-pspi: Add npcm845 compatible (diff) | |
download | linux-6db8595a3e1996654a130760d363912cdd28706d.tar.xz linux-6db8595a3e1996654a130760d363912cdd28706d.zip |
spi: npcm-pspi: Add NPCM845 peripheral SPI support
Add Nuvoton BMC NPCM845 NPCM Peripheral SPI (PSPI) support.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
Link: https://lore.kernel.org/r/20220722114136.251415-3-tmaimon77@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-npcm-pspi.c')
-rw-r--r-- | drivers/spi/spi-npcm-pspi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi-npcm-pspi.c b/drivers/spi/spi-npcm-pspi.c index 1668a347e003..7f2e4d1b0d43 100644 --- a/drivers/spi/spi-npcm-pspi.c +++ b/drivers/spi/spi-npcm-pspi.c @@ -443,6 +443,7 @@ static int npcm_pspi_remove(struct platform_device *pdev) static const struct of_device_id npcm_pspi_match[] = { { .compatible = "nuvoton,npcm750-pspi", .data = NULL }, + { .compatible = "nuvoton,npcm845-pspi", .data = NULL }, {} }; MODULE_DEVICE_TABLE(of, npcm_pspi_match); |