aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/max77693.c
diff options
context:
space:
mode:
authorJacek Anaszewski <j.anaszewski@samsung.com>2015-03-04 17:14:26 +0100
committerLee Jones <lee.jones@linaro.org>2015-03-12 09:07:54 +0000
commit224995d7804ab590fbac0f605dfc47f6dcf2214c (patch)
tree0eca07d4be69438af6f594e1b878e6ae78c08315 /drivers/mfd/max77693.c
parentmfd: max77693: Add TORCH_IOUT_MASK macro (diff)
downloadlinux-dev-224995d7804ab590fbac0f605dfc47f6dcf2214c.tar.xz
linux-dev-224995d7804ab590fbac0f605dfc47f6dcf2214c.zip
mfd: max77693: Modify flash cell name identifiers
Change flash cell identifiers from max77693-flash to max77693-led to avoid confusion with NOR/NAND Flash. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/max77693.c')
-rw-r--r--drivers/mfd/max77693.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c
index a159593e27a0..cb14afa97e6f 100644
--- a/drivers/mfd/max77693.c
+++ b/drivers/mfd/max77693.c
@@ -53,8 +53,8 @@ static const struct mfd_cell max77693_devs[] = {
.of_compatible = "maxim,max77693-haptic",
},
{
- .name = "max77693-flash",
- .of_compatible = "maxim,max77693-flash",
+ .name = "max77693-led",
+ .of_compatible = "maxim,max77693-led",
},
};