summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAdam Thomson <Adam.Thomson.Opensource@diasemi.com>2020-07-13 10:38:59 +0100
committerLee Jones <lee.jones@linaro.org>2020-08-13 07:49:50 +0100
commit9ece3601aed46f7b460b79cd7d60908b47b2b0d4 (patch)
treee77e451ae1d25325ea9c756c0918aac47b03d61a /include
parent091c6110862bce4e2380e353cb062dcb6a56bcb6 (diff)
downloadlinux-9ece3601aed46f7b460b79cd7d60908b47b2b0d4.tar.bz2
mfd: da9063: Add support for latest DA silicon revision
This update adds new regmap tables to support the latest DA silicon which will automatically be selected based on the chip and variant information read from the device. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include')
-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 5cd06ab26352..fa7a43f02f27 100644
--- a/include/linux/mfd/da9063/core.h
+++ b/include/linux/mfd/da9063/core.h
@@ -35,6 +35,7 @@ enum da9063_variant_codes {
PMIC_DA9063_AD = 0x3,
PMIC_DA9063_BB = 0x5,
PMIC_DA9063_CA = 0x6,
+ PMIC_DA9063_DA = 0x7,
};
/* Interrupts */