diff options
author | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-03-04 11:14:26 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-12 05:07:54 -0400 |
commit | 224995d7804ab590fbac0f605dfc47f6dcf2214c (patch) | |
tree | 0eca07d4be69438af6f594e1b878e6ae78c08315 /drivers/mfd/max77693.c | |
parent | 419d55bbb80370ed1e8a36d7884cfcf977e73e29 (diff) |
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.c | 4 |
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[] = { | |||
53 | .of_compatible = "maxim,max77693-haptic", | 53 | .of_compatible = "maxim,max77693-haptic", |
54 | }, | 54 | }, |
55 | { | 55 | { |
56 | .name = "max77693-flash", | 56 | .name = "max77693-led", |
57 | .of_compatible = "maxim,max77693-flash", | 57 | .of_compatible = "maxim,max77693-led", |
58 | }, | 58 | }, |
59 | }; | 59 | }; |
60 | 60 | ||