Skip to content

Commit d3ee35a

Browse files
shivamurthyshastriRobertCNelson
authored andcommitted
spidev: Add Micron SPI NOR Authenta device compatible
Add compatible string for Micron SPI NOR Authenta device. Signed-off-by: Shivamurthy Shastri <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 299e049 commit d3ee35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/spi/spidev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ static const struct of_device_id spidev_dt_ids[] = {
678678
{ .compatible = "lwn,bk4" },
679679
{ .compatible = "dh,dhcom-board" },
680680
{ .compatible = "menlo,m53cpld" },
681+
{ .compatible = "micron,spi-authenta" },
681682
{},
682683
};
683684
MODULE_DEVICE_TABLE(of, spidev_dt_ids);

0 commit comments

Comments
 (0)