From: Icenowy Zheng Date: Thu, 18 May 2017 07:16:50 +0000 (+0800) Subject: mfd: axp20x: Add axp20x-regulator cell for AXP803 X-Git-Tag: v4.13-rc1~115^2~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b79ff104f73de63efc958cc0dec3c826aee3ffd;p=thirdparty%2Flinux.git mfd: axp20x: Add axp20x-regulator cell for AXP803 As axp20x-regulator now supports AXP803, add a cell for it. Signed-off-by: Icenowy Zheng Acked-by: Chen-Yu Tsai Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 1dc6235778eb1..917b6ddc4f15a 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c @@ -848,7 +848,8 @@ static struct mfd_cell axp803_cells[] = { .name = "axp20x-pek", .num_resources = ARRAY_SIZE(axp803_pek_resources), .resources = axp803_pek_resources, - } + }, + { .name = "axp20x-regulator" }, }; static struct mfd_cell axp806_cells[] = {