summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorRobin Gong <yibin.gong@nxp.com>2018-10-11 20:15:12 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:27 +0800
commit4ea2252c181d2120f22c6ff9cc04eab485b5aaa9 (patch)
tree8f2240e45de09da5ca8358a7805065be1ab6c353 /drivers/mfd
parent14cb66b5e92c2f5c274ec6d8e3faf21dbe6d73ff (diff)
MLK-19870-2: mfd: bd71840: add bd71840 pmic
Add bd71840 driver name to sync the product name on board. Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/bd71837.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/bd71837.c b/drivers/mfd/bd71837.c
index 1f24d0784bb2..f21ec4aa4aa3 100644
--- a/drivers/mfd/bd71837.c
+++ b/drivers/mfd/bd71837.c
@@ -136,6 +136,7 @@ static const struct regmap_config bd71837_regmap_config = {
#ifdef CONFIG_OF
static struct of_device_id bd71837_of_match[] = {
{ .compatible = "rohm,bd71837", .data = (void *)0},
+ { .compatible = "rohm,bd71840", .data = (void *)0},
{ },
};
MODULE_DEVICE_TABLE(of, bd71837_of_match);
@@ -275,6 +276,7 @@ static int bd71837_i2c_remove(struct i2c_client *i2c)
static const struct i2c_device_id bd71837_i2c_id[] = {
{ "bd71837", 0 },
+ { "bd71840", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, bd71837_i2c_id);