Skip to content

Commit 396cf2a

Browse files
Daniel Walkerbroonie
authored andcommitted
spidev: Add cisco device compatible
Add compatible string for Cisco device present on the Cisco Petra platform. Signed-off-by: Daniel Walker <danielwa@cisco.com> Cc: xe-linux-external@cisco.com Link: https://lore.kernel.org/r/20210121231237.30664-2-danielwa@cisco.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 55a8b42 commit 396cf2a

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
@@ -682,6 +682,7 @@ static const struct of_device_id spidev_dt_ids[] = {
682682
{ .compatible = "lwn,bk4" },
683683
{ .compatible = "dh,dhcom-board" },
684684
{ .compatible = "menlo,m53cpld" },
685+
{ .compatible = "cisco,spi-petra" },
685686
{},
686687
};
687688
MODULE_DEVICE_TABLE(of, spidev_dt_ids);

0 commit comments

Comments
 (0)