Skip to content

Commit 60ea881

Browse files
mranostaygregkh
authored andcommitted
Revert "iio: temperature: maxim_thermocouple: add MAX31856 part"
[ Upstream commit 65099ea ] This reverts commit 535fba2. 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> Signed-off-by: Sasha Levin <alexander.levin@microsoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 1173678 commit 60ea881

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/iio/temperature/maxim_thermocouple.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ static int maxim_thermocouple_remove(struct spi_device *spi)
267267
static const struct spi_device_id maxim_thermocouple_id[] = {
268268
{"max6675", MAX6675},
269269
{"max31855", MAX31855},
270-
{"max31856", MAX31855},
271270
{},
272271
};
273272
MODULE_DEVICE_TABLE(spi, maxim_thermocouple_id);

0 commit comments

Comments
 (0)