spi: npcm-pspi: Add NPCM845 peripheral SPI support
authorTomer Maimon <tmaimon77@gmail.com>
Fri, 22 Jul 2022 11:41:36 +0000 (14:41 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 11:17:29 +0000 (12:17 +0100)
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>
drivers/spi/spi-npcm-pspi.c

index 1668a347e003ddc5e7ef39da0b987123fc8889aa..7f2e4d1b0d43371f8cf31f96ee0505f495ac578c 100644 (file)
@@ -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);