From: Fabio Baltieri Date: Thu, 30 May 2013 13:27:45 +0000 (+0200) Subject: mfd: ab8500-core: Add of_compatible property for ab8500-codec X-Git-Tag: next-20130617~47^2~17^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fccf14ad1e4f09a4033908ead9bf3f393979d54b;p=karo-tx-linux.git mfd: ab8500-core: Add of_compatible property for ab8500-codec Add of_compatible string to the ab8500-codec cell to allow the driver to grab handlers such as regulators from device-tree when available. Signed-off-by: Fabio Baltieri Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 02698da00b78..ca6bd1c8bd3f 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -1135,6 +1135,7 @@ static struct mfd_cell ab8500_devs[] = { }, { .name = "ab8500-codec", + .of_compatible = "stericsson,ab8500-codec", }, };