diff options
| author | Steve Twiss <stwiss.opensource@diasemi.com> | 2015-01-20 08:54:25 -0500 |
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 11:04:04 -0500 |
| commit | 71e03de46d73b87aab5f80fa55449a9e40c55d17 (patch) | |
| tree | d5dd28bf25f22fddd2fbd20f49c2616ea8a84fa5 /include/linux/mfd/da9063 | |
| parent | 803926825fa4db007437f76654e3e63bafb9b906 (diff) | |
mfd: da9063: Add device tree support
Add device tree support for DA9063 regulators; Real-Time Clock
and Watchdog.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/da9063')
| -rw-r--r-- | include/linux/mfd/da9063/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/da9063/core.h b/include/linux/mfd/da9063/core.h index b92a3262f8f6..79f4d822ba13 100644 --- a/include/linux/mfd/da9063/core.h +++ b/include/linux/mfd/da9063/core.h | |||
| @@ -36,6 +36,7 @@ enum da9063_models { | |||
| 36 | enum da9063_variant_codes { | 36 | enum da9063_variant_codes { |
| 37 | PMIC_DA9063_AD = 0x3, | 37 | PMIC_DA9063_AD = 0x3, |
| 38 | PMIC_DA9063_BB = 0x5, | 38 | PMIC_DA9063_BB = 0x5, |
| 39 | PMIC_DA9063_CA = 0x6, | ||
| 39 | }; | 40 | }; |
| 40 | 41 | ||
| 41 | /* Interrupts */ | 42 | /* Interrupts */ |
