From: Icenowy Zheng Date: Thu, 18 May 2017 07:16:50 +0000 (+0800) Subject: mfd: axp20x: Add axp20x-regulator cell for AXP803 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9b79ff104f73de63efc958cc0dec3c826aee3ffd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 1dc6235778eb..917b6ddc4f15 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[] = {