diff options
author | Jacek Anaszewski <j.anaszewski@samsung.com> | 2015-03-04 17:14:26 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-12 09:07:54 +0000 |
commit | 224995d7804ab590fbac0f605dfc47f6dcf2214c (patch) | |
tree | 0eca07d4be69438af6f594e1b878e6ae78c08315 /drivers/mfd | |
parent | 419d55bbb80370ed1e8a36d7884cfcf977e73e29 (diff) | |
download | talos-op-linux-224995d7804ab590fbac0f605dfc47f6dcf2214c.tar.gz talos-op-linux-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')
-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[] = { .of_compatible = "maxim,max77693-haptic", }, { - .name = "max77693-flash", - .of_compatible = "maxim,max77693-flash", + .name = "max77693-led", + .of_compatible = "maxim,max77693-led", }, }; |