diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2018-06-11 13:58:46 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-07-04 07:16:39 +0100 |
commit | 8ae81814cca96a4b7f66dcf1aeb904a0a077f7f4 (patch) | |
tree | 533f08c050babe14ec39f6d5d82316eac82298f4 /include/linux/mfd | |
parent | 492510dd7d39794e809d8218a2839e857c101ce5 (diff) | |
download | lwn-8ae81814cca96a4b7f66dcf1aeb904a0a077f7f4.tar.gz lwn-8ae81814cca96a4b7f66dcf1aeb904a0a077f7f4.zip |
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 <marek.vasut+renesas@gmail.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 { |