diff options
| author | Marek Vasut <[email protected]> | 2018-06-11 13:58:46 +0200 |
|---|---|---|
| committer | Lee Jones <[email protected]> | 2018-07-04 07:16:39 +0100 |
| commit | 8ae81814cca96a4b7f66dcf1aeb904a0a077f7f4 (patch) | |
| tree | 533f08c050babe14ec39f6d5d82316eac82298f4 /include/linux/mfd | |
| parent | 492510dd7d39794e809d8218a2839e857c101ce5 (diff) | |
mfd: da9063: Add DA9063L type
Add type for DA9063L, which is a reduced variant of the DA9063
without RTC block and with less regulators.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Acked-by: Steve Twiss <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'include/linux/mfd')
| -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 9e36097adc42..71b09154e2db 100644 --- a/include/linux/mfd/da9063/core.h +++ b/include/linux/mfd/da9063/core.h @@ -33,6 +33,7 @@ enum da9063_type { PMIC_TYPE_DA9063 = 0, + PMIC_TYPE_DA9063L, }; enum da9063_variant_codes { |