projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecca790
)
mfd: axp20x: Add axp20x-regulator cell for AXP803
author
Icenowy Zheng
<icenowy@aosc.io>
Thu, 18 May 2017 07:16:50 +0000
(15:16 +0800)
committer
Lee Jones
<lee.jones@linaro.org>
Thu, 6 Jul 2017 07:29:11 +0000
(08:29 +0100)
As axp20x-regulator now supports AXP803, add a cell for it.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/axp20x.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/axp20x.c
b/drivers/mfd/axp20x.c
index 1dc6235778eb1e584845079f40962d181a4ac9f0..917b6ddc4f15a40a090bb3bfe318bcb6cc7cffe7 100644
(file)
--- 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[] = {