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>
This commit is contained in:
Shivamurthy Shastri 2021-04-19 20:40:15 +00:00 committed by Mark Brown
parent 7d82f89c39
commit 3a1634daf8
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -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);