mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pmic: pca9450: Add PCA9450C compatible string
Add DT compatible string for PCA9450C PMIC. This is a variant of the PCA9450 PMIC with 6 A dual-phase buck regulator and 3 A buck regulator, and is software-wise compatible with the PCA9450B. This variant of the PCA9450 is designed for use as companion PMIC for i.MX8MP. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Fabio Estevam <festevam@denx.de> Cc: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
This commit is contained in:
parent
3fa3f23d1b
commit
a0044538c8
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ static struct dm_pmic_ops pca9450_ops = {
|
|||
static const struct udevice_id pca9450_ids[] = {
|
||||
{ .compatible = "nxp,pca9450a", .data = 0x25, },
|
||||
{ .compatible = "nxp,pca9450b", .data = 0x25, },
|
||||
{ .compatible = "nxp,pca9450c", .data = 0x25, },
|
||||
{ }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue