diff options
author | Keerthy <j-keerthy@ti.com> | 2019-05-15 13:08:47 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-06-17 10:00:24 +0300 |
commit | 013e868bc9465452c7b667830712ab57de236d08 (patch) | |
tree | b7750a17688244744f79d89453b10657571f73d2 /include | |
parent | c88dd606a1cd9edeb6bb7e6f6a45e1248c3a6453 (diff) | |
download | linux-013e868bc9465452c7b667830712ab57de236d08.tar.xz |
mfd: lp87565: Add support for 4-phase LP87561 combination
Add support for 4-phase LP87561 combination.
Data Sheet: https://www.ti.com/lit/ds/symlink/lp87561-q1.pdf
Signed-off-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/lp87565.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h index d0c91ba65525..976447607ea2 100644 --- a/include/linux/mfd/lp87565.h +++ b/include/linux/mfd/lp87565.h @@ -17,6 +17,7 @@ enum lp87565_device_type { LP87565_DEVICE_TYPE_UNKNOWN = 0, + LP87565_DEVICE_TYPE_LP87561_Q1, LP87565_DEVICE_TYPE_LP87565_Q1, }; @@ -249,6 +250,7 @@ enum LP87565_regulator_id { LP87565_BUCK_3, LP87565_BUCK_10, LP87565_BUCK_23, + LP87565_BUCK_3210, }; /** |