]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs
authorMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Mon, 20 Jan 2020 13:47:37 +0000 (15:47 +0200)
committerLee Jones <lee.jones@linaro.org>
Fri, 24 Jan 2020 07:23:10 +0000 (07:23 +0000)
commit7b46c163b8c2d31d1609ba0b77a120227c977dec
treece2e9d7b5f5e18b7b339240d11ae45ed76e94413
parent5bd38c5f2f83b8da4d1e8669044ef0a1b715b2a4
gpio: bd71828: Initial support for ROHM BD71828 PMIC GPIOs

ROHM BD71828 PMIC contains 4 pins which can be configured by OTP
to be used for general purposes. First 3 can be used as outputs
and 4.th pin can be used as input. Allow them to be controlled
via GPIO framework.

The driver assumes all of the pins are configured as GPIOs and
trusts that the reserved pins in other OTP configurations are
excluded from control using "gpio-reserved-ranges" device tree
property (or left untouched by GPIO users).

Typical use for 4.th pin (input) is to use it as HALL sensor
input so that this pin state is toggled when HALL sensor detects
LID position change (from close to open or open to close). PMIC
HW implements some extra logic which allows PMIC to power-up the
system when this pin is toggled. Please see the data sheet for
details of GPIO options which can be selected by OTP settings.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-bd71828.c [new file with mode: 0644]