]> Git Repo - u-boot.git/commitdiff
drivers: power: pmic: Add support for tps659412 PMIC
authorSinthu Raja <[email protected]>
Wed, 9 Feb 2022 09:36:46 +0000 (15:06 +0530)
committerTom Rini <[email protected]>
Wed, 16 Feb 2022 19:19:29 +0000 (14:19 -0500)
Since TPS659412 and TPS659413 are both software compatible,
add a compatible string for the same inside tps65941.c.

Signed-off-by: Sinthu Raja <[email protected]>
Acked-by: Jaehoon Chung <[email protected]>
drivers/power/pmic/tps65941.c

index 114ef4d2382ef192ab1f4cf93cc7db77090a8088..83d0f83c64ae5d1b97859e35c39446721866ccf4 100644 (file)
@@ -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 },
        { }
This page took 0.035044 seconds and 4 git commands to generate.