Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1602181
| From | Ben Whitten <ben.whitten@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] spi: spidev: Add sx1301 to device tree compatibility list |
| Date | 2017-03-16 12:10 +0100 |
| Message-ID | <tlBs6-5QN-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 <ben.whitten@lairdtech.com>
Signed-off-by: Steve deRosier <derosier@gmail.com>
---
drivers/spi/spidev.c | 1 +
1 file changed, 1 insertion(+)
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);
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] spi: spidev: Add sx1301 to device tree compatibility list Ben Whitten <ben.whitten@gmail.com> - 2017-03-16 12:10 +0100 Applied "spi: spidev: Add sx1301 to device tree compatibility list" to the spi tree Mark Brown <broonie@kernel.org> - 2017-03-16 15:20 +0100
csiph-web