Message ID | 13b08867fe10b633220fafecc2a68bd93092af17.1533658897.git.jan.kundrat@cesnet.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | spi: spidev: Add DT match for Lumentum 21159239 | expand |
On úterý 7. srpna 2018 17:14:11 CEST, Jan Kundrát wrote: > This is an optical channel monitor for DWDM. Some variants of this could > be identified as OCMSC04L1101 which is a wee bit more human readable, > but not all variants identify themselves like that. > > Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> > --- > drivers/spi/spidev.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c > index cda10719d1d1..69fdfd898875 100644 > --- a/drivers/spi/spidev.c > +++ b/drivers/spi/spidev.c > @@ -669,6 +669,7 @@ static const struct of_device_id spidev_dt_ids[] = { > { .compatible = "lineartechnology,ltc2488" }, > { .compatible = "ge,achc" }, > { .compatible = "semtech,sx1301" }, > + { .compatible = "lumentum,21159239" }, > {}, > }; > MODULE_DEVICE_TABLE(of, spidev_dt_ids); Hi, a gentle ping about this newly added ID for the spidev driver. Cheers, Jan
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index cda10719d1d1..69fdfd898875 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c @@ -669,6 +669,7 @@ static const struct of_device_id spidev_dt_ids[] = { { .compatible = "lineartechnology,ltc2488" }, { .compatible = "ge,achc" }, { .compatible = "semtech,sx1301" }, + { .compatible = "lumentum,21159239" }, {}, }; MODULE_DEVICE_TABLE(of, spidev_dt_ids);
This is an optical channel monitor for DWDM. Some variants of this could be identified as OCMSC04L1101 which is a wee bit more human readable, but not all variants identify themselves like that. Signed-off-by: Jan Kundrát <jan.kundrat@cesnet.cz> --- drivers/spi/spidev.c | 1 + 1 file changed, 1 insertion(+)