summaryrefslogtreecommitdiff
path: root/include/linux/mfd/da9052
diff options
context:
space:
mode:
authorOpensource [Anthony Olech] <anthony.olech.opensource@diasemi.com>2014-02-19 16:32:46 +0000
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:26 +0000
commit16263f2879afecb7772f4bae238bca66352ecffe (patch)
treedfc73a94748639e138a23fe0f989caff527f1384 /include/linux/mfd/da9052
parent6c049b2ac983154ac7d48c250da49a09007df949 (diff)
mfd: da9052: Extend support to a new chip
Add the hash define for the new variant of the DA9053 PMIC called BC. Signed-off-by: Anthony Olech <anthony.olech.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'include/linux/mfd/da9052')
-rw-r--r--include/linux/mfd/da9052/da9052.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/da9052/da9052.h b/include/linux/mfd/da9052/da9052.h
index 21e21b81cc75..bba65f51a0b5 100644
--- a/include/linux/mfd/da9052/da9052.h
+++ b/include/linux/mfd/da9052/da9052.h
@@ -83,6 +83,7 @@ enum da9052_chip_id {
DA9053_AA,
DA9053_BA,
DA9053_BB,
+ DA9053_BC,
};
struct da9052_pdata;