diff mbox series

[linux,dev-5.15,v1,2/2] spi: npcm-pspi: Add NPCM845 peripheral SPI support

Message ID 20220803150354.91111-3-tmaimon77@gmail.com
State New
Headers show
Series spi: npcm-pspi: add Arbel NPCM8XX support | expand

Commit Message

Tomer Maimon Aug. 3, 2022, 3:03 p.m. UTC
Add Nuvoton BMC NPCM845 NPCM Peripheral SPI (PSPI) support.

Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
 drivers/spi/spi-npcm-pspi.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/spi/spi-npcm-pspi.c b/drivers/spi/spi-npcm-pspi.c
index 02f0fcceaf19..6de9bb566cac 100644
--- a/drivers/spi/spi-npcm-pspi.c
+++ b/drivers/spi/spi-npcm-pspi.c
@@ -428,6 +428,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);