spi_temperature: Remove spi_mode parameter

All of the Maxim chips can use SPI mode 1, so no need to configure it.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-07-24 15:45:51 -04:00
parent 70f765f62f
commit 5b124d59f2
3 changed files with 2 additions and 11 deletions

View File

@@ -639,9 +639,6 @@
# heater parameters. The parameters below describe sensor parameters.
#sensor_type:
# One of "MAX6675", "MAX31855", "MAX31856", or "MAX31865".
#spi_mode:
# The SPI mode to use when communicating with the chip. This
# parameter must be provided.
#spi_speed:
# The SPI speed (in hz) to use when communicating with the chip.
# This parameter must be provided.