commit | a857e47263df7257a892a28924ce867ffe391397 | [log] [tgz] |
---|---|---|
author | Joy Zou <joy.zou@nxp.com> | Mon Sep 23 21:11:32 2024 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 10 12:17:46 2024 -0600 |
tree | c33aa3be97ab8933c592dffb520e353ec24a35ef | |
parent | cd63c4a79afe5793ad492824ab563664f0160ff1 [diff] |
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>
diff --git a/include/power/pca9450.h b/include/power/pca9450.h index f896d82..e5ab09f 100644 --- a/include/power/pca9450.h +++ b/include/power/pca9450.h
@@ -62,6 +62,7 @@ NXP_CHIP_TYPE_PCA9450A = 0, NXP_CHIP_TYPE_PCA9450BC, NXP_CHIP_TYPE_PCA9451A, + NXP_CHIP_TYPE_PCA9452, NXP_CHIP_TYPE_AMOUNT };