diff options
-rw-r--r-- | drivers/regulator/tps65218-regulator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/tps65218-regulator.c b/drivers/regulator/tps65218-regulator.c index 958276c891a4..d1c78313aa28 100644 --- a/drivers/regulator/tps65218-regulator.c +++ b/drivers/regulator/tps65218-regulator.c | |||
@@ -96,6 +96,7 @@ static const struct of_device_id tps65218_of_match[] = { | |||
96 | TPS65218_OF_MATCH("ti,tps65218-dcdc5", tps65218_pmic_regs[DCDC5]), | 96 | TPS65218_OF_MATCH("ti,tps65218-dcdc5", tps65218_pmic_regs[DCDC5]), |
97 | TPS65218_OF_MATCH("ti,tps65218-dcdc6", tps65218_pmic_regs[DCDC6]), | 97 | TPS65218_OF_MATCH("ti,tps65218-dcdc6", tps65218_pmic_regs[DCDC6]), |
98 | TPS65218_OF_MATCH("ti,tps65218-ldo1", tps65218_pmic_regs[LDO1]), | 98 | TPS65218_OF_MATCH("ti,tps65218-ldo1", tps65218_pmic_regs[LDO1]), |
99 | { } | ||
99 | }; | 100 | }; |
100 | MODULE_DEVICE_TABLE(of, tps65218_of_match); | 101 | MODULE_DEVICE_TABLE(of, tps65218_of_match); |
101 | 102 | ||