Commit 224995d7 authored by Jacek Anaszewski's avatar Jacek Anaszewski Committed by Lee Jones

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: default avatarJacek Anaszewski <j.anaszewski@samsung.com>
Acked-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 419d55bb
...@@ -53,8 +53,8 @@ static const struct mfd_cell max77693_devs[] = { ...@@ -53,8 +53,8 @@ static const struct mfd_cell max77693_devs[] = {
.of_compatible = "maxim,max77693-haptic", .of_compatible = "maxim,max77693-haptic",
}, },
{ {
.name = "max77693-flash", .name = "max77693-led",
.of_compatible = "maxim,max77693-flash", .of_compatible = "maxim,max77693-led",
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment