From a857e47263df7257a892a28924ce867ffe391397 Mon Sep 17 00:00:00 2001 From: Joy Zou Date: Mon, 23 Sep 2024 21:11:32 +0800 Subject: power: pmic/regulator: Support pca9452 Add PCA9452 PMIC/Regulator support. Signed-off-by: Joy Zou Reviewed-by: Ye Li Signed-off-by: Peng Fan --- include/power/pca9450.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 }; -- cgit v1.3.1