We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be721b4 commit 5f3eee1Copy full SHA for 5f3eee1
drivers/spi/spidev.c
@@ -731,6 +731,7 @@ static int spidev_of_check(struct device *dev)
731
static const struct of_device_id spidev_dt_ids[] = {
732
{ .compatible = "cisco,spi-petra", .data = &spidev_of_check },
733
{ .compatible = "dh,dhcom-board", .data = &spidev_of_check },
734
+ { .compatible = "elgin,jg10309-01", .data = &spidev_of_check },
735
{ .compatible = "lineartechnology,ltc2488", .data = &spidev_of_check },
736
{ .compatible = "lwn,bk4", .data = &spidev_of_check },
737
{ .compatible = "menlo,m53cpld", .data = &spidev_of_check },
0 commit comments