diff options
author | Joy Zou <joy.zou@nxp.com> | 2024-03-18 12:56:32 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-03-25 03:48:35 +0300 |
commit | 5edeb7d312628961046eec9b26a7e72f44baf846 (patch) | |
tree | f2a09ea490dc724a628c39302e7b1e7119827b45 /include/linux/regulator | |
parent | 0f3b73eb1440d18d2236ac660d4aa76fd726bec7 (diff) | |
download | linux-5edeb7d312628961046eec9b26a7e72f44baf846.tar.xz |
regulator: pca9450: add pca9451a support
Adding support for new pmic pca9451a.
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Link: https://msgid.link/r/20240318095633.4079027-3-joy.zou@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r-- | include/linux/regulator/pca9450.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regulator/pca9450.h b/include/linux/regulator/pca9450.h index 505c908dbb81..243633c8dceb 100644 --- a/include/linux/regulator/pca9450.h +++ b/include/linux/regulator/pca9450.h @@ -9,6 +9,7 @@ enum pca9450_chip_type { PCA9450_TYPE_PCA9450A = 0, PCA9450_TYPE_PCA9450BC, + PCA9450_TYPE_PCA9451A, PCA9450_TYPE_AMOUNT, }; |