Skip to content

Commit

Permalink
spi: npcm-pspi: Add NPCM845 peripheral SPI support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomer Maimon authored and Mark Brown committed Aug 15, 2022
1 parent ac2c55e commit 6db8595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/spi-npcm-pspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6db8595

Please sign in to comment.