summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2014-10-01 17:58:27 +0900
committerChanho Park <chanho61.park@samsung.com>2014-11-18 12:00:52 +0900
commitc113e653eae603de0fbf1b2da5e14d2d83314a3e (patch)
tree68f106f05658e03f38b381780a273a944e85d9f4 /drivers
parent90686781c34d1c79306266ef1fc4bd616bbd21a8 (diff)
downloadlinux-3.10-c113e653eae603de0fbf1b2da5e14d2d83314a3e.tar.gz
linux-3.10-c113e653eae603de0fbf1b2da5e14d2d83314a3e.tar.bz2
linux-3.10-c113e653eae603de0fbf1b2da5e14d2d83314a3e.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",