iio: temperature: maxim_thermocouple: declare missing of table
authorDaniel Gomez <dagmcr@gmail.com>
Tue, 23 Apr 2019 21:42:18 +0000 (23:42 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 27 Apr 2019 12:54:40 +0000 (13:54 +0100)
commit34c2a55b0df4448110f353f21a8a02fe3e0bddfe
treedee0ee3193bc7496c4364e2ed34b4c93013335a5
parente3faedf71d881780c2b8f6548aaacfad7f0a8372
iio: temperature: maxim_thermocouple: declare missing of table

Add missing <of_device_id> table for SPI driver relying on SPI
device match since compatible is in a DT binding or in a DTS.

Before this patch:
modinfo drivers/iio/temperature/maxim_thermocouple.ko | grep alias
alias:          spi:max31855
alias:          spi:max6675

After this patch:
modinfo drivers/iio/temperature/maxim_thermocouple.ko | grep alias
alias:          spi:max31855
alias:          spi:max6675
alias:          of:N*T*Cmaxim,max31855C*
alias:          of:N*T*Cmaxim,max31855
alias:          of:N*T*Cmaxim,max6675C*
alias:          of:N*T*Cmaxim,max6675

Reported-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: Daniel Gomez <dagmcr@gmail.com>
Acked-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/temperature/maxim_thermocouple.c