summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ab3100-core.c
diff options
context:
space:
mode:
authorLinus Walleij2013-04-22 11:57:25 +0200
committerMark Brown2013-04-24 11:54:07 +0200
commit8735bc2fe69c3cd18c54dc1b993106dbeb7618be (patch)
treeda94df9dade17e043d043f605b66473f75b2137b /drivers/mfd/ab3100-core.c
parentregulator: ab3100: refactor probe to use IDs (diff)
downloadkernel-qcow2-linux-8735bc2fe69c3cd18c54dc1b993106dbeb7618be.tar.gz
kernel-qcow2-linux-8735bc2fe69c3cd18c54dc1b993106dbeb7618be.tar.xz
kernel-qcow2-linux-8735bc2fe69c3cd18c54dc1b993106dbeb7618be.zip
regulator: ab3100: device tree support
This implements device tree support for the AB3100 regulators driver. The initial settings are moved out of platform data and into the driver for the device tree case, as it appears that there is no way to supply this as AUXDATA for an I2C device. The style and bindings are heavily inspired by Lee Jones' style for AB8500. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/mfd/ab3100-core.c')
-rw-r--r--drivers/mfd/ab3100-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/ab3100-core.c b/drivers/mfd/ab3100-core.c
index 2ec7725f4a08..a9bb140bc86b 100644
--- a/drivers/mfd/ab3100-core.c
+++ b/drivers/mfd/ab3100-core.c
@@ -753,6 +753,7 @@ static struct mfd_cell ab3100_devs[] = {
},
{
.name = "ab3100-regulators",
+ .of_compatible = "stericsson,ab3100-regulators",
.id = -1,
},
{