summaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorJoy Zou <joy.zou@nxp.com>2024-12-05 19:51:12 +0300
committerMark Brown <broonie@kernel.org>2024-12-09 16:14:17 +0300
commit017b76fb8e5b6066f6791e7ad2387deb2c9c9a14 (patch)
tree6676e8b9aadc27fe10e429830ecff64d592a28f0 /include/linux/regulator
parent17b531c162e5dbdce9a184ccd1c730ae3f31576b (diff)
downloadlinux-017b76fb8e5b6066f6791e7ad2387deb2c9c9a14.tar.xz
regulator: pca9450: Add PMIC pca9452 support
Add the PMIC pca9452 support, which add ldo3 compared with pca9451a. Signed-off-by: Joy Zou <joy.zou@nxp.com> Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://patch.msgid.link/20241205-pca9450-v1-4-aab448b74e78@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/pca9450.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/pca9450.h b/include/linux/regulator/pca9450.h
index 243633c8dceb..b427b5873de1 100644
--- a/include/linux/regulator/pca9450.h
+++ b/include/linux/regulator/pca9450.h
@@ -10,6 +10,7 @@ enum pca9450_chip_type {
PCA9450_TYPE_PCA9450A = 0,
PCA9450_TYPE_PCA9450BC,
PCA9450_TYPE_PCA9451A,
+ PCA9450_TYPE_PCA9452,
PCA9450_TYPE_AMOUNT,
};