projects
/
GitHub
/
LineageOS
/
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:
ff0a04a
)
mfd: rt5033: Add RT5033 Flash led sub device
author
Ingi Kim
<ingi2.kim@samsung.com>
Fri, 23 Oct 2015 05:48:03 +0000
(14:48 +0900)
committer
Lee Jones
<lee.jones@linaro.org>
Fri, 30 Oct 2015 18:57:35 +0000
(18:57 +0000)
This patch adds rt5033-led sub device to support it.
Signed-off-by: Ingi Kim <ingi2.kim@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/rt5033.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/rt5033.c
b/drivers/mfd/rt5033.c
index 110de2a583afd3e6fed29ca55d763ff630f634e1..2b95485f00574704f4a4eea300b4ada92987df53 100644
(file)
--- a/
drivers/mfd/rt5033.c
+++ b/
drivers/mfd/rt5033.c
@@
-47,6
+47,9
@@
static const struct mfd_cell rt5033_devs[] = {
}, {
.name = "rt5033-battery",
.of_compatible = "richtek,rt5033-battery",
+ }, {
+ .name = "rt5033-led",
+ .of_compatible = "richtek,rt5033-led",
},
};