Commit 8ae81814 authored by Marek Vasut's avatar Marek Vasut Committed by Lee Jones

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: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: default avatarSteve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 492510dd
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
enum da9063_type { enum da9063_type {
PMIC_TYPE_DA9063 = 0, PMIC_TYPE_DA9063 = 0,
PMIC_TYPE_DA9063L,
}; };
enum da9063_variant_codes { enum da9063_variant_codes {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment