Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"

This reverts commit 535fba29b3e1afef4ba201b3c69a6992583ec0bd.

Seems the submitter (er me, hang head in shame) didn't look at the datasheet
enough to see that the registers are quite different.

This needs to be reverted because a) would never work b) to open it be added
to a Maxim RTDs (Resistance Temperature Detectors) under development by author

Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Matt Ranostay and committed by
Jonathan Cameron
65099ea8 1e96e93a

-1
-1
drivers/iio/temperature/maxim_thermocouple.c
··· 258 258 static const struct spi_device_id maxim_thermocouple_id[] = { 259 259 {"max6675", MAX6675}, 260 260 {"max31855", MAX31855}, 261 - {"max31856", MAX31855}, 262 261 {}, 263 262 }; 264 263 MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);