diff options
| author | Daniel Mack <zonque@gmail.com> | 2013-08-02 06:59:44 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-08-02 12:29:54 -0400 |
| 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 { | |||
| 39 | */ | 39 | */ |
| 40 | struct max8660_subdev_data { | 40 | struct max8660_subdev_data { |
| 41 | int id; | 41 | int id; |
| 42 | char *name; | 42 | const char *name; |
| 43 | struct regulator_init_data *platform_data; | 43 | struct regulator_init_data *platform_data; |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
