aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/lp87565.c
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2020-09-02 16:22:59 +0200
committerLee Jones <lee.jones@linaro.org>2020-09-30 16:25:29 +0100
commit4b6ec08fd21ee3179cbfccf3605ad13d9f38b623 (patch)
tree0076614f8f2d210e9a58eb3985d462eeb0f7e002 /drivers/mfd/lp87565.c
parentdt-bindings: mfd: Add LP87524-Q1 (diff)
downloadlinux-dev-4b6ec08fd21ee3179cbfccf3605ad13d9f38b623.tar.xz
linux-dev-4b6ec08fd21ee3179cbfccf3605ad13d9f38b623.zip
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 'drivers/mfd/lp87565.c')
-rw-r--r--drivers/mfd/lp87565.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mfd/lp87565.c b/drivers/mfd/lp87565.c
index 2268be9113f1..9c21483d9653 100644
--- a/drivers/mfd/lp87565.c
+++ b/drivers/mfd/lp87565.c
@@ -27,6 +27,10 @@ static const struct mfd_cell lp87565_cells[] = {
static const struct of_device_id of_lp87565_match_table[] = {
{ .compatible = "ti,lp87565", },
{
+ .compatible = "ti,lp87524-q1",
+ .data = (void *)LP87565_DEVICE_TYPE_LP87524_Q1,
+ },
+ {
.compatible = "ti,lp87565-q1",
.data = (void *)LP87565_DEVICE_TYPE_LP87565_Q1,
},