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>
This commit is contained in:
Daniel Mack
2013-08-02 12:59:44 +02:00
committed by Mark Brown
parent de492e8de8
commit abe4c51afd
3 changed files with 129 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ enum {
*/
struct max8660_subdev_data {
int id;
char *name;
const char *name;
struct regulator_init_data *platform_data;
};