diff options
author | Mark Brown <broonie@kernel.org> | 2019-07-04 12:35:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-07-04 12:35:07 -0400 |
commit | 106dbe24d4146c0804cb025e450ac7af42d72356 (patch) | |
tree | ad196f245894a8546603f8472619f9e5b73b8265 /drivers/spi/spidev.c | |
parent | 2337ff45293f36efa79247b3680223b9c9154392 (diff) | |
parent | 8cc7720470a17558bd6f8d67df63361600e46c55 (diff) |
Merge branch 'spi-5.3' into spi-next
Diffstat (limited to 'drivers/spi/spidev.c')
-rw-r--r-- | drivers/spi/spidev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 422bac8cc3e0..255786f2e844 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
@@ -663,6 +663,8 @@ static const struct of_device_id spidev_dt_ids[] = { | |||
663 | { .compatible = "ge,achc" }, | 663 | { .compatible = "ge,achc" }, |
664 | { .compatible = "semtech,sx1301" }, | 664 | { .compatible = "semtech,sx1301" }, |
665 | { .compatible = "lwn,bk4" }, | 665 | { .compatible = "lwn,bk4" }, |
666 | { .compatible = "dh,dhcom-board" }, | ||
667 | { .compatible = "menlo,m53cpld" }, | ||
666 | {}, | 668 | {}, |
667 | }; | 669 | }; |
668 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); | 670 | MODULE_DEVICE_TABLE(of, spidev_dt_ids); |