summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorCarlos de Paula <me@carlosedp.com>2021-08-30 16:53:45 -0300
committerLee Jones <lee.jones@linaro.org>2021-11-05 14:40:05 +0000
commitc9a20383578abd8f7fb8ba88f4c6d25b47924c34 (patch)
tree63a8d9e699a7bf2e3a03f782891ff2925e21d223 /include/linux/mfd
parent4d94b98f2e2407e3f053b2546f86c76179fea644 (diff)
downloadlinux-stable-c9a20383578abd8f7fb8ba88f4c6d25b47924c34.tar.gz
linux-stable-c9a20383578abd8f7fb8ba88f4c6d25b47924c34.tar.bz2
linux-stable-c9a20383578abd8f7fb8ba88f4c6d25b47924c34.zip
mfd: da9063: Add support for latest EA silicon revision
This update adds new regmap to support the latest EA silicon which will be selected based on the chip and variant information read from the device. Signed-off-by: Carlos de Paula <me@carlosedp.com> Reviewed-by: Adam Thomson <Adam.Thomson.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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/da9063/core.h b/include/linux/mfd/da9063/core.h
index fa7a43f02f27..8db52324f416 100644
--- a/include/linux/mfd/da9063/core.h
+++ b/include/linux/mfd/da9063/core.h
@@ -36,6 +36,7 @@ enum da9063_variant_codes {
PMIC_DA9063_BB = 0x5,
PMIC_DA9063_CA = 0x6,
PMIC_DA9063_DA = 0x7,
+ PMIC_DA9063_EA = 0x8,
};
/* Interrupts */