Commit 3a1634da authored by Shivamurthy Shastri's avatar Shivamurthy Shastri Committed by Mark Brown

spidev: Add Micron SPI NOR Authenta device compatible

Add compatible string for Micron SPI NOR Authenta device.
Signed-off-by: default avatarShivamurthy Shastri <sshivamurthy@micron.com>
Link: https://lore.kernel.org/r/20210419204015.1769-1-sshivamurthy@micron.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7d82f89c
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment