diff options
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 (patch) | |
tree | 0e8307a2fa95e8427316643aad1def9c993c9c8f /drivers/spi | |
parent | 7d82f89c39ad3193893d36924fc1f8d44f3dc612 (diff) | |
download | linux-3a1634daf8cbf7d1e76b120fea9665325557be8c.tar.gz linux-3a1634daf8cbf7d1e76b120fea9665325557be8c.tar.bz2 linux-3a1634daf8cbf7d1e76b120fea9665325557be8c.zip |
spidev: Add Micron SPI NOR Authenta device compatible
Add compatible string for Micron SPI NOR Authenta device.
Signed-off-by: Shivamurthy Shastri <sshivamurthy@micron.com>
Link: https://lore.kernel.org/r/20210419204015.1769-1-sshivamurthy@micron.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/spidev.c | 1 |
1 files changed, 1 insertions, 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); |