summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/da9052-spi.c
diff options
context:
space:
mode:
authorOpensource [Anthony Olech] <anthony.olech.opensource@diasemi.com>2014-02-19 16:32:47 +0000
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:58:25 +0000
commit6c049b2ac983154ac7d48c250da49a09007df949 (patch)
tree7fa35129c8c04a04fc979ec9c20198595d38d27d /drivers/mfd/da9052-spi.c
parent38d8974e331519836c1ef44a7a53dd7b3ad6a4e7 (diff)
downloadlinux-0-day-6c049b2ac983154ac7d48c250da49a09007df949.tar.gz
linux-0-day-6c049b2ac983154ac7d48c250da49a09007df949.tar.xz
mfd: da9052: Add new DA9053 BC chip variant
Add support for a new BC variant of the DA9053 PMIC. There is one difference between it and the AA, BA and BB. This patch also corrects a typing mistake in one of the BA name strings that was incorrectly typed as "ab". Signed-off-by: Anthony Olech <anthony.olech.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/da9052-spi.c')
-rw-r--r--drivers/mfd/da9052-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/da9052-spi.c b/drivers/mfd/da9052-spi.c
index 0680bcbc53def..17666b40b70c6 100644
--- a/drivers/mfd/da9052-spi.c
+++ b/drivers/mfd/da9052-spi.c
@@ -71,6 +71,7 @@ static struct spi_device_id da9052_spi_id[] = {
{"da9053-aa", DA9053_AA},
{"da9053-ba", DA9053_BA},
{"da9053-bb", DA9053_BB},
+ {"da9053-bc", DA9053_BC},
{}
};