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>
This commit is contained in:
Opensource [Anthony Olech] 2014-02-19 16:32:46 +00:00 committed by Lee Jones
parent 6c049b2ac9
commit 16263f2879

View file

@ -83,6 +83,7 @@ enum da9052_chip_id {
DA9053_AA,
DA9053_BA,
DA9053_BB,
DA9053_BC,
};
struct da9052_pdata;