From: Bhargav Raviprakash Date: Mon, 22 Apr 2024 09:48:46 +0000 (+0000) Subject: power: pmic: tps65941: Add TI TPS65224 PMIC X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=1468fbba6d55361c4ca742cbd6a84e7c83d616d0;p=u-boot.git power: pmic: tps65941: Add TI TPS65224 PMIC Adds compatible and data field values of TPS65224 driver in TPS65941 PMIC driver. Signed-off-by: Bhargav Raviprakash Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung --- diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c index 727b42747a..ef63eb733a 100644 --- a/drivers/power/pmic/tps65941.c +++ b/drivers/power/pmic/tps65941.c @@ -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 }, { } };