mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
drivers: power: pmic: Add support for tps659412 PMIC
Since TPS659412 and TPS659413 are both software compatible, add a compatible string for the same inside tps65941.c. Signed-off-by: Sinthu Raja <sinthu.raja@ti.com> Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
545026a554
commit
3d32ad4d24
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ static struct dm_pmic_ops tps65941_ops = {
|
|||
|
||||
static const struct udevice_id tps65941_ids[] = {
|
||||
{ .compatible = "ti,tps659411", .data = TPS659411 },
|
||||
{ .compatible = "ti,tps659412", .data = TPS659411 },
|
||||
{ .compatible = "ti,tps659413", .data = TPS659413 },
|
||||
{ .compatible = "ti,lp876441", .data = LP876441 },
|
||||
{ }
|
||||
|
|
Loading…
Reference in a new issue