summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoy Zou <[email protected]>2024-09-23 21:11:32 +0800
committerTom Rini <[email protected]>2024-10-10 12:17:46 -0600
commita857e47263df7257a892a28924ce867ffe391397 (patch)
treec33aa3be97ab8933c592dffb520e353ec24a35ef /include
parentcd63c4a79afe5793ad492824ab563664f0160ff1 (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')
-rw-r--r--include/power/pca9450.h1
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
};