diff options
| author | Ben Whitten <[email protected]> | 2017-03-16 11:00:30 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2017-03-16 11:14:27 +0000 |
| commit | 91b4634632e0138b655a63fdb1704edbbcd6cdda (patch) | |
| tree | 9991469f47e1957999ce521b28da066e759be01c /drivers/spi/spidev.c | |
| parent | Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/to... (diff) | |
| download | kernel-91b4634632e0138b655a63fdb1704edbbcd6cdda.tar.gz kernel-91b4634632e0138b655a63fdb1704edbbcd6cdda.zip | |
spi: spidev: Add sx1301 to device tree compatibility list
Add entry for the semtech sx1301 baseband processor implementing a LoRa
concentrator IP.
At this time this chip requires an spidev userspace driver.
Signed-off-by: Ben Whitten <[email protected]>
Signed-off-by: Steve deRosier <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/spi/spidev.c')
| -rw-r--r-- | drivers/spi/spidev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 9e2e099baf8c..9a2a79a871ba 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); |
