rpcd: iwinfo plugin fixes
[openwrt/svn-archive/archive.git] / target / linux / sunxi / patches-4.1 / 104-mfd-axp20x-enable-axp22x.patch
1 From 6d4fa89dcd85e2427da83319ce75e5df5febcc96 Mon Sep 17 00:00:00 2001
2 From: Chen-Yu Tsai <wens@csie.org>
3 Date: Fri, 10 Apr 2015 12:09:06 +0800
4 Subject: [PATCH] mfd: axp20x: Enable AXP22X regulators
5
6 Now that the axp20x-regulators driver supports different variants of the
7 AXP family, we can enable regulator support for AXP22X without the risk
8 of incorrectly configuring regulators.
9
10 Signed-off-by: Chen-Yu Tsai <wens@csie.org>
11 Signed-off-by: Lee Jones <lee.jones@linaro.org>
12 ---
13 drivers/mfd/axp20x.c | 2 ++
14 1 file changed, 2 insertions(+)
15
16 --- a/drivers/mfd/axp20x.c
17 +++ b/drivers/mfd/axp20x.c
18 @@ -376,6 +376,8 @@ static struct mfd_cell axp22x_cells[] =
19 .name = "axp20x-pek",
20 .num_resources = ARRAY_SIZE(axp22x_pek_resources),
21 .resources = axp22x_pek_resources,
22 + }, {
23 + .name = "axp20x-regulator",
24 },
25 };
26