summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-01 17:58:27 +0900
committerJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-08 10:33:55 +0900
commit429697e40463aa80ea3a9fd79005fa6c633a3074 (patch)
treea2aaef6fc610bcef90709aa719525112d18ce522 /drivers
parentd8108d4901c7a9c676bd118e0cae847558a0ed6d (diff)
downloadlinux-3.10-429697e40463aa80ea3a9fd79005fa6c633a3074.tar.gz
linux-3.10-429697e40463aa80ea3a9fd79005fa6c633a3074.tar.bz2
linux-3.10-429697e40463aa80ea3a9fd79005fa6c633a3074.zip
mfd: max14577: Add compatible string to max77836 charger's mfd cell.
This patch add compatible string to max77836 charger's mfd cell to be acquired its device tree node. Change-Id: Ibf7e6cb855e4cc9c2735572c6bde939ab853da93 Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/max14577.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/mfd/max14577.c b/drivers/mfd/max14577.c
index 9ec56715d2b..406e51e65b0 100644
--- a/drivers/mfd/max14577.c
+++ b/drivers/mfd/max14577.c
@@ -46,7 +46,9 @@ static struct mfd_cell max77836_devs[] = {
.name = "max77836-regulator",
.of_compatible = "maxim,max77836-regulator",
},
- { .name = "max77836-charger", },
+ { .name = "max77836-charger",
+ .of_compatible = "maxim,max77836-charger",
+ },
{
.name = "max77836-battery",
.of_compatible = "maxim,max77836-battery",