diff options
author | Gowtham Tammana | 2021-07-14 15:52:56 -0500 |
---|---|---|
committer | Lokesh Vutla | 2021-07-15 17:56:04 +0530 |
commit | 6fdbd2b093dcd7b16b4b90ae63430ee33d2de61f (patch) | |
tree | 033e625e30b14e53db357e7ff5ebcfb7ceb953c9 /drivers/power/pmic | |
parent | bde6ac549053a4a983ddb7306a4ea0245a2b4ea9 (diff) |
power: pmic: tps65941: Add compatible for LP876441
TI J7200 EVM has lp876441 pmic that is similar to tps65941. Add support
for same with existing driver with new compatible.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Link: https://lore.kernel.org/r/20210714205300.17424-2-g-tammana@ti.com
Diffstat (limited to 'drivers/power/pmic')
-rw-r--r-- | drivers/power/pmic/tps65941.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c index 3dfc1918d5b..114ef4d2382 100644 --- a/drivers/power/pmic/tps65941.c +++ b/drivers/power/pmic/tps65941.c @@ -72,6 +72,7 @@ static struct dm_pmic_ops tps65941_ops = { static const struct udevice_id tps65941_ids[] = { { .compatible = "ti,tps659411", .data = TPS659411 }, { .compatible = "ti,tps659413", .data = TPS659413 }, + { .compatible = "ti,lp876441", .data = LP876441 }, { } }; |