mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 02:33:57 +00:00
iio: chemical: bme680: optimize startup time
According to datasheet's Section 1.1, Table 1, the startup time for the device is 2ms and not 5ms. Signed-off-by: Vasileios Amoiridis <vassilisamir@gmail.com> Link: https://patch.msgid.link/20241021195316.58911-3-vassilisamir@gmail.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
b5055b4b4d
commit
6ba3df7147
@ -65,7 +65,8 @@
|
||||
|
||||
#define BME680_MEAS_TRIM_MASK GENMASK(24, 4)
|
||||
|
||||
#define BME680_STARTUP_TIME_US 5000
|
||||
/* Datasheet Section 1.1, Table 1 */
|
||||
#define BME680_STARTUP_TIME_US 2000
|
||||
|
||||
/* Calibration Parameters */
|
||||
#define BME680_T2_LSB_REG 0x8A
|
||||
|
Loading…
Reference in New Issue
Block a user