diff options
| author | Bhargav Raviprakash <[email protected]> | 2024-04-22 09:48:46 +0000 |
|---|---|---|
| committer | Jaehoon Chung <[email protected]> | 2024-04-29 09:20:51 +0900 |
| commit | 1468fbba6d55361c4ca742cbd6a84e7c83d616d0 (patch) | |
| tree | 0ad204ea424c5a624a0bb061b6b46b5808612cff /drivers | |
| parent | cf948026045d20d9ddee41089fcc4415785d4eb7 (diff) | |
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 <[email protected]>
Reviewed-by: Dhruva Gole <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'drivers')
| -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 727b42747ab..ef63eb733ae 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 }, { } }; |
