File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -703,6 +703,7 @@ static const struct class spidev_class = {
703
703
* spidev_dt_ids array below. Both arrays are kept in the same ordering.
704
704
*/
705
705
static const struct spi_device_id spidev_spi_ids [] = {
706
+ { .name = /* abb */ "spi-sensor" },
706
707
{ .name = /* cisco */ "spi-petra" },
707
708
{ .name = /* dh */ "dhcom-board" },
708
709
{ .name = /* elgin */ "jg10309-01" },
@@ -735,6 +736,7 @@ static int spidev_of_check(struct device *dev)
735
736
}
736
737
737
738
static const struct of_device_id spidev_dt_ids [] = {
739
+ { .compatible = "abb,spi-sensor" , .data = & spidev_of_check },
738
740
{ .compatible = "cisco,spi-petra" , .data = & spidev_of_check },
739
741
{ .compatible = "dh,dhcom-board" , .data = & spidev_of_check },
740
742
{ .compatible = "elgin,jg10309-01" , .data = & spidev_of_check },
You can’t perform that action at this time.
0 commit comments