diff options
author | Opensource [Anthony Olech] <anthony.olech.opensource@diasemi.com> | 2014-02-19 11:32:46 -0500 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 04:58:26 -0400 |
commit | 16263f2879afecb7772f4bae238bca66352ecffe (patch) | |
tree | dfc73a94748639e138a23fe0f989caff527f1384 | |
parent | 6c049b2ac983154ac7d48c250da49a09007df949 (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>
-rw-r--r-- | include/linux/mfd/da9052/da9052.h | 1 |
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 { | |||
83 | DA9053_AA, | 83 | DA9053_AA, |
84 | DA9053_BA, | 84 | DA9053_BA, |
85 | DA9053_BB, | 85 | DA9053_BB, |
86 | DA9053_BC, | ||
86 | }; | 87 | }; |
87 | 88 | ||
88 | struct da9052_pdata; | 89 | struct da9052_pdata; |