diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-02 12:59:44 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-02 17:29:54 +0100 |
commit | abe4c51afda02423c81da6f1eaaa50b733f1ecc2 (patch) | |
tree | d4c2e2303ab360ac7773caca54ce9d36884ab176 /include/linux/regulator | |
parent | de492e8de8d05f29cc496871d42763d0a8a74610 (diff) |
regulators: max8660: add DT bindings
This patch adds devicetree bindings for max8660, along with some
documentation.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/max8660.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/regulator/max8660.h b/include/linux/regulator/max8660.h index 9936763621c7..f8a6a4844864 100644 --- a/include/linux/regulator/max8660.h +++ b/include/linux/regulator/max8660.h @@ -39,7 +39,7 @@ enum { */ struct max8660_subdev_data { int id; - char *name; + const char *name; struct regulator_init_data *platform_data; }; |