Commit 396cf2a4 authored by Daniel Walker's avatar Daniel Walker Committed by Mark Brown

spidev: Add cisco device compatible

Add compatible string for Cisco device present on the Cisco Petra
platform.
Signed-off-by: default avatarDaniel Walker <danielwa@cisco.com>
Cc: xe-linux-external@cisco.com
Link: https://lore.kernel.org/r/20210121231237.30664-2-danielwa@cisco.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 55a8b42e
......@@ -682,6 +682,7 @@ static const struct of_device_id spidev_dt_ids[] = {
{ .compatible = "lwn,bk4" },
{ .compatible = "dh,dhcom-board" },
{ .compatible = "menlo,m53cpld" },
{ .compatible = "cisco,spi-petra" },
{},
};
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