From: Opensource [Anthony Olech] Date: Wed, 19 Feb 2014 16:32:46 +0000 (+0000) Subject: mfd: da9052: Extend support to a new chip X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=16263f2879afecb7772f4bae238bca66352ecffe;p=deliverable%2Flinux.git 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 Signed-off-by: Lee Jones --- 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;