diff options
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 |
