Message ID | 1489662030-11567-1-git-send-email-ben.whitten@lairdtech.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 91b4634632e0138b655a63fdb1704edbbcd6cdda |
Headers | show |
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 9e2e099..9a2a79a 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -697,6 +697,7 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "rohm,dh2228fv" }, { .compatible = "lineartechnology,ltc2488" }, { .compatible = "ge,achc" }, + { .compatible = "semtech,sx1301" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids);