mfd: max77693: Add max77693-pmuic compatible
authorLukasz Czerwinski <l.czerwinski@samsung.com>
Thu, 18 Jul 2013 11:58:43 +0000 (13:58 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:44:56 +0000 (11:44 +0900)
This patch adds of_compatible field for max7763-pmuic - mfd device

Signed-off-by: Lukasz Czerwinski <l.czerwinski@samsung.com>
drivers/mfd/max77693.c

index d362781..173555a 100644 (file)
@@ -44,7 +44,7 @@ static struct mfd_cell max77693_devs[] = {
        { .name = "max77693-pmic", },
        { .name = "max77693-charger", },
        { .name = "max77693-flash", },
-       { .name = "max77693-muic", },
+       { .name = "max77693-muic", .of_compatible = "maxim,max77693-muic" },
        { .name = "max77693-haptic", },
 };