Browse Source

iio:pressure: Adds LPS001WP support also on spi interface and Kconfig fix

Signed-off-by: Denis Ciocca <denis.ciocca@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Denis CIOCCA 11 years ago
parent
commit
d141ab776b
2 changed files with 2 additions and 1 deletions
  1. 1 1
      drivers/iio/pressure/Kconfig
  2. 1 0
      drivers/iio/pressure/st_pressure_spi.c

+ 1 - 1
drivers/iio/pressure/Kconfig

@@ -14,7 +14,7 @@ config IIO_ST_PRESS
 	select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
 	help
 	  Say yes here to build support for STMicroelectronics pressure
-	  sensors: LPS331AP.
+	  sensors: LPS001WP, LPS331AP.
 
 	  This driver can also be built as a module. If so, these modules
 	  will be created:

+ 1 - 0
drivers/iio/pressure/st_pressure_spi.c

@@ -48,6 +48,7 @@ static int st_press_spi_remove(struct spi_device *spi)
 }
 
 static const struct spi_device_id st_press_id_table[] = {
+	{ LPS001WP_PRESS_DEV_NAME },
 	{ LPS331AP_PRESS_DEV_NAME },
 	{},
 };