diff options
| author | James Ban <james.ban.opensource@diasemi.com> | 2014-08-08 01:27:04 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2014-08-16 17:46:22 -0400 |
| commit | 005547e0828ce9064afebb1e6d56a18efd80e7a3 (patch) | |
| tree | e862fd217711306c4dcaa260dda9fbca9a7685ff /include/linux/regulator | |
| parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 (diff) | |
regulator: da9211: support DA9213
This is a patch for supporting DA9213.
Signed-off-by: James Ban <james.ban.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/regulator')
| -rw-r--r-- | include/linux/regulator/da9211.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/linux/regulator/da9211.h b/include/linux/regulator/da9211.h index 0981ce0e72cc..658c3c33f4c0 100644 --- a/include/linux/regulator/da9211.h +++ b/include/linux/regulator/da9211.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * da9211.h - Regulator device driver for DA9211 | 2 | * da9211.h - Regulator device driver for DA9211/DA9213 |
| 3 | * Copyright (C) 2014 Dialog Semiconductor Ltd. | 3 | * Copyright (C) 2014 Dialog Semiconductor Ltd. |
| 4 | * | 4 | * |
| 5 | * This library is free software; you can redistribute it and/or | 5 | * This library is free software; you can redistribute it and/or |
| @@ -20,6 +20,11 @@ | |||
| 20 | 20 | ||
| 21 | #define DA9211_MAX_REGULATORS 2 | 21 | #define DA9211_MAX_REGULATORS 2 |
| 22 | 22 | ||
| 23 | enum da9211_chip_id { | ||
| 24 | DA9211, | ||
| 25 | DA9213, | ||
| 26 | }; | ||
| 27 | |||
| 23 | struct da9211_pdata { | 28 | struct da9211_pdata { |
| 24 | /* | 29 | /* |
| 25 | * Number of buck | 30 | * Number of buck |
