From 69c573ca899dec2a58b9d5d3e45177f3be2eba18 Mon Sep 17 00:00:00 2001 From: Ye Li Date: Fri, 3 Feb 2023 18:24:36 +0800 Subject: power: pmic: Add NXP PCA9451A PMIC support PCA9451A uses similar BUCKs and LDO regulators as PCA9450B/C but has LDO2 and LDO3 removed. So reuse pca9450 PMIC and regulator driver and add new type for PCA9451A. Signed-off-by: Ye Li Reviewed-by: Marek Vasut --- include/power/pca9450.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/power') diff --git a/include/power/pca9450.h b/include/power/pca9450.h index 6efecee96c..b8219d535a 100644 --- a/include/power/pca9450.h +++ b/include/power/pca9450.h @@ -59,6 +59,7 @@ int power_pca9450_init(unsigned char bus, unsigned char addr); enum { NXP_CHIP_TYPE_PCA9450A = 0, NXP_CHIP_TYPE_PCA9450BC, + NXP_CHIP_TYPE_PCA9451A, NXP_CHIP_TYPE_AMOUNT }; -- cgit v1.2.3