power: pmic/regulator: Support pca9452

Add PCA9452 PMIC/Regulator support.

Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Joy Zou
2024-09-23 21:11:32 +08:00
committed by Tom Rini
parent cd63c4a79a
commit a857e47263
3 changed files with 11 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ enum {
NXP_CHIP_TYPE_PCA9450A = 0,
NXP_CHIP_TYPE_PCA9450BC,
NXP_CHIP_TYPE_PCA9451A,
NXP_CHIP_TYPE_PCA9452,
NXP_CHIP_TYPE_AMOUNT
};