diff options
author | Opensource [Anthony Olech] <anthony.olech.opensource@diasemi.com> | 2014-02-19 16:32:46 +0000 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:58:26 +0000 |
commit | 16263f2879afecb7772f4bae238bca66352ecffe (patch) | |
tree | dfc73a94748639e138a23fe0f989caff527f1384 /include/linux | |
parent | 6c049b2ac983154ac7d48c250da49a09007df949 (diff) | |
download | linux-stable-16263f2879afecb7772f4bae238bca66352ecffe.tar.gz linux-stable-16263f2879afecb7772f4bae238bca66352ecffe.tar.bz2 linux-stable-16263f2879afecb7772f4bae238bca66352ecffe.zip |
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')
-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 { DA9053_AA, DA9053_BA, DA9053_BB, + DA9053_BC, }; struct da9052_pdata; |