diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2020-09-02 17:22:59 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-09-30 18:25:29 +0300 |
commit | 4b6ec08fd21ee3179cbfccf3605ad13d9f38b623 (patch) | |
tree | 0076614f8f2d210e9a58eb3985d462eeb0f7e002 /include/linux/mfd | |
parent | f9c6785c0c5ecc7c09e38550c785184958a67201 (diff) | |
download | linux-4b6ec08fd21ee3179cbfccf3605ad13d9f38b623.tar.xz |
mfd: lp87565: Add LP87524-Q1 variant
Add support for the LP87524B/J/P-Q1 Four 4-MHz Buck Converter. This is a
variant of the LP87565 having 4 single-phase outputs and up to 10 A of
total output current.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r-- | include/linux/mfd/lp87565.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/lp87565.h b/include/linux/mfd/lp87565.h index 43716aca46fa..d44ddfb6bb63 100644 --- a/include/linux/mfd/lp87565.h +++ b/include/linux/mfd/lp87565.h @@ -14,6 +14,7 @@ enum lp87565_device_type { LP87565_DEVICE_TYPE_UNKNOWN = 0, + LP87565_DEVICE_TYPE_LP87524_Q1, LP87565_DEVICE_TYPE_LP87561_Q1, LP87565_DEVICE_TYPE_LP87565_Q1, }; |