commit | c5842b47b2945d6db24b4db6b2c7364e94cbc78b | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Thu Jun 30 03:48:47 2016 +0200 |
committer | Jonathan Cameron <jic23@kernel.org> | Thu Jun 30 20:39:40 2016 +0100 |
tree | 2a4c4d65634f11163445bb55b9433093cf762fa7 | |
parent | 78f5027132243b7071dc59ea6f717e2c48e12031 [diff] |
iio: pressure: bmp280: add reset GPIO line handling On the APQ8060 Dragonboard the reset line to the BMP085 pressure sensor is not deasserted on boot, so the driver needs to handle this. For a simple GPIO line supplied as a descriptor (from a board file, device tree or ACPI) this does the trick. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>