]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
power: pmic: tps65941: Add TI TPS65224 PMIC
authorBhargav Raviprakash <bhargav.r@ltts.com>
Mon, 22 Apr 2024 09:48:46 +0000 (09:48 +0000)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 29 Apr 2024 00:20:51 +0000 (09:20 +0900)
Adds compatible and data field values of TPS65224 driver in
TPS65941 PMIC driver.

Signed-off-by: Bhargav Raviprakash <bhargav.r@ltts.com>
Reviewed-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/pmic/tps65941.c

index 727b42747ab60ab811d74402372c229ba7dbc18a..ef63eb733ae7f181578b2fbdde075696a9a4f994 100644 (file)
@@ -75,6 +75,7 @@ static const struct udevice_id tps65941_ids[] = {
        { .compatible = "ti,tps659412", .data = TPS659411 },
        { .compatible = "ti,tps659413", .data = TPS659413 },
        { .compatible = "ti,lp876441",  .data =  LP876441 },
+       { .compatible = "ti,tps65224",  .data =  TPS65224 },
        { }
 };