Skip to content

Commit 3a1634d

Browse files
shivamurthyshastribroonie
authored andcommitted
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>
1 parent 7d82f89 commit 3a1634d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/spi/spidev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ static const struct of_device_id spidev_dt_ids[] = {
683683
{ .compatible = "dh,dhcom-board" },
684684
{ .compatible = "menlo,m53cpld" },
685685
{ .compatible = "cisco,spi-petra" },
686+
{ .compatible = "micron,spi-authenta" },
686687
{},
687688
};
688689
MODULE_DEVICE_TABLE(of, spidev_dt_ids);

0 commit comments

Comments
 (0)