mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
power: pmic: palmas: support TI TPS65913 PMIC
Existing PALMAS PMIC driver is fully compatible with TI TPS65913 PMIC found in many Tegra 4 devices, like Tegra Note 7 and ASUS TF701T. TPS65913 shares same structure of regulators like TPS659038 so data can be reused. Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # NVIDIA Tegratab Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
21484f2114
commit
8ab09b92dc
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ static struct dm_pmic_ops palmas_ops = {
|
|||
|
||||
static const struct udevice_id palmas_ids[] = {
|
||||
{ .compatible = "ti,tps659038", .data = TPS659038 },
|
||||
{ .compatible = "ti,tps65913" , .data = TPS659038 },
|
||||
{ .compatible = "ti,tps65917" , .data = TPS65917 },
|
||||
{ }
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue