[PATCH v2 2/2] spi: npcm-pspi: Add NPCM845 peripheral SPI support
Tomer Maimon
tmaimon77 at gmail.com
Fri Jul 22 21:41:36 AEST 2022
Add Nuvoton BMC NPCM845 NPCM Peripheral SPI (PSPI) support.
Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
---
drivers/spi/spi-npcm-pspi.c | 1 +
1 file changed, 1 insertion(+)
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);
--
2.33.0
More information about the openbmc
mailing list