aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps6507x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/tps6507x.c')
-rw-r--r--drivers/mfd/tps6507x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mfd/tps6507x.c b/drivers/mfd/tps6507x.c
index c59f74570b3..d859dffed39 100644
--- a/drivers/mfd/tps6507x.c
+++ b/drivers/mfd/tps6507x.c
@@ -26,6 +26,9 @@ static struct mfd_cell tps6507x_devs[] = {
26 { 26 {
27 .name = "tps6507x-pmic", 27 .name = "tps6507x-pmic",
28 }, 28 },
29 {
30 .name = "tps6507x-ts",
31 },
29}; 32};
30 33
31 34