Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: max77693: Add haptic of_compatible in mfd_cell

This patch add haptic of_compatible in order to use the haptic
device driver using Devicetree.

Signed-off-by: Jaewon Kim <jaewon02.kim@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Jaewon Kim and committed by
Lee Jones
d1bafd78 efbf4922

+4 -1
+4 -1
drivers/mfd/max77693.c
··· 45 45 { .name = "max77693-pmic", }, 46 46 { .name = "max77693-charger", }, 47 47 { .name = "max77693-muic", }, 48 - { .name = "max77693-haptic", }, 48 + { 49 + .name = "max77693-haptic", 50 + .of_compatible = "maxim,max77693-haptic", 51 + }, 49 52 { 50 53 .name = "max77693-flash", 51 54 .of_compatible = "maxim,max77693-flash",