VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Shivamurthy Shastri <sshivamurthy@micron.com> 2021-04-19 20:40:15 +0000 committer: Mark Brown <broonie@kernel.org> 2021-04-20 17:29:41 +0100 commit: 3a1634daf8cbf7d1e76b120fea9665325557be8c parent: 7d82f89c39ad3193893d36924fc1f8d44f3dc612
Commit Summary:
spidev: Add Micron SPI NOR Authenta device compatible
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index 8cb4d923aeaa..f56e0e975a46 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -683,6 +683,7 @@ static const struct of_device_id spidev_dt_ids[] = {
 	{ .compatible = "dh,dhcom-board" },
 	{ .compatible = "menlo,m53cpld" },
 	{ .compatible = "cisco,spi-petra" },
+	{ .compatible = "micron,spi-authenta" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, spidev_dt_ids);