diff options
author | Johannes Pointner <johannes.pointner@gmail.com> | 2014-09-25 08:31:42 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-11-25 17:18:38 +0100 |
commit | 11d0d30093301169833aedfc130d9e4abe621be1 (patch) | |
tree | e22ac76be22e5a08661463cc0ac97c9258503459 /drivers/mfd/tps65217.c | |
parent | Merge branches 'ib-mfd-gpio-i2c-3.19', 'ib-mfd-iio-3.19' and 'ib-mfd-regulato... (diff) | |
download | linux-11d0d30093301169833aedfc130d9e4abe621be1.tar.xz linux-11d0d30093301169833aedfc130d9e4abe621be1.zip |
mfd: tps65217: Add compatible string for subdevices
Adds of_compatible strings to mfd_cells for sub devices of the tps65217.
Signed-off-by: Johannes Pointner <johannes.pointner@br-automation.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/tps65217.c')
-rw-r--r-- | drivers/mfd/tps65217.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c index a8ee52c95f2f..80a919a8ca97 100644 --- a/drivers/mfd/tps65217.c +++ b/drivers/mfd/tps65217.c @@ -33,9 +33,11 @@ static const struct mfd_cell tps65217s[] = { { .name = "tps65217-pmic", + .of_compatible = "ti,tps65217-pmic", }, { .name = "tps65217-bl", + .of_compatible = "ti,tps65217-bl", }, }; |