Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Walker and committed by
Mark Brown
396cf2a4 55a8b42e

+1
+1
drivers/spi/spidev.c
··· 682 682 { .compatible = "lwn,bk4" }, 683 683 { .compatible = "dh,dhcom-board" }, 684 684 { .compatible = "menlo,m53cpld" }, 685 + { .compatible = "cisco,spi-petra" }, 685 686 {}, 686 687 }; 687 688 MODULE_DEVICE_TABLE(of, spidev_dt_ids);