From 22172f6b7f7fa55e080ad4d2ebb0d797611d2ffa Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 15 Oct 2019 02:15:18 -0700 Subject: power: Add new PMIC PCA9450 driver PCA9450 PMIC series is used to support iMX8MM (PCA9450A) and iMX8MN (PCA9450B). Add the PMIC driver for both PCA9450A and PCA9450B. Signed-off-by: Robin Gong Signed-off-by: Ye Li Signed-off-by: Peng Fan --- drivers/power/pmic/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/power/pmic/Kconfig') diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index b4bf0186746..df9372c239e 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -77,6 +77,13 @@ config DM_PMIC_FAN53555 The driver implements read/write operations for use with the FAN53555 regulator driver and binds the regulator driver to its node. +config DM_PMIC_PCA9450 + bool "Enable Driver Model for PMIC PCA9450" + depends on DM_PMIC + help + This config enables implementation of driver-model pmic uclass features + for PMIC PCA9450. The driver implements read/write operations. + config DM_PMIC_PFUZE100 bool "Enable Driver Model for PMIC PFUZE100" depends on DM_PMIC -- cgit v1.2.3