diff options
| author | Joy Zou <[email protected]> | 2024-09-23 21:11:32 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-10 12:17:46 -0600 |
| commit | a857e47263df7257a892a28924ce867ffe391397 (patch) | |
| tree | c33aa3be97ab8933c592dffb520e353ec24a35ef /include/power | |
| parent | cd63c4a79afe5793ad492824ab563664f0160ff1 (diff) | |
power: pmic/regulator: Support pca9452
Add PCA9452 PMIC/Regulator support.
Signed-off-by: Joy Zou <[email protected]>
Reviewed-by: Ye Li <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
Diffstat (limited to 'include/power')
| -rw-r--r-- | include/power/pca9450.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/power/pca9450.h b/include/power/pca9450.h index f896d829d37..e5ab09fb8c8 100644 --- a/include/power/pca9450.h +++ b/include/power/pca9450.h @@ -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 }; |
