diff options
author | Sumit Garg <sumit.garg@linaro.org> | 2022-08-04 19:57:17 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-26 10:55:45 -0400 |
commit | e555d4caacd008b5091a8d755bdfff1ce8cceb2f (patch) | |
tree | 893b871c0cf5dbe122400d77a2212bf66bef9a5e /configs/sandbox_vpl_defconfig | |
parent | 0c1eab6f759c6abe809bc68c44192924b1d2522a (diff) | |
download | u-boot-e555d4caacd008b5091a8d755bdfff1ce8cceb2f.tar.gz u-boot-e555d4caacd008b5091a8d755bdfff1ce8cceb2f.tar.bz2 u-boot-e555d4caacd008b5091a8d755bdfff1ce8cceb2f.zip |
pmic: Convert pm8916 driver to a generic Qcom PMIC driver
Since both pm8916.c and pm8916_gpio.c are already supporting multiple
Qcom SoCs, it makes sense to rename these drivers to pmic_qcom.c and
qcom_pmic_gpio.c respectively. Also, these driver can be extended to
support additional functionality if required for other Qcom SoCs.
Along with this import latest DT binding: qcom,spmi-pmic.txt from Linux
kernel and thereby remove pm8916.txt.
Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
Diffstat (limited to 'configs/sandbox_vpl_defconfig')
-rw-r--r-- | configs/sandbox_vpl_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/sandbox_vpl_defconfig b/configs/sandbox_vpl_defconfig index 96c9622707..c3856a8374 100644 --- a/configs/sandbox_vpl_defconfig +++ b/configs/sandbox_vpl_defconfig @@ -136,7 +136,7 @@ CONFIG_DM_DEMO_SIMPLE=y CONFIG_DM_DEMO_SHAPE=y CONFIG_SPL_FIRMWARE=y CONFIG_GPIO_HOG=y -CONFIG_PM8916_GPIO=y +CONFIG_QCOM_PMIC_GPIO=y CONFIG_SANDBOX_GPIO=y CONFIG_I2C_CROS_EC_TUNNEL=y CONFIG_I2C_CROS_EC_LDO=y @@ -184,7 +184,7 @@ CONFIG_PMIC_ACT8846=y CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_PMIC_MAX77686=y CONFIG_DM_PMIC_MC34708=y -CONFIG_PMIC_PM8916=y +CONFIG_PMIC_QCOM=y CONFIG_PMIC_RK8XX=y CONFIG_PMIC_S2MPS11=y CONFIG_DM_PMIC_SANDBOX=y |