Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3586e1e9 authored by Umang Agrawal's avatar Umang Agrawal
Browse files

regulator: qcom_pm8008: Add snapshot of PM8008 regulator driver



This is a snapshot of the regulator PM8008 driver as of msm-4.14
'commit 1e5b61175fef (Merge "ARM: dts: msm: Add tpdm lpass for
sdmmagpie")'.

Change-Id: Ie8d96b50558b8dd3084134216dff6393bac16f71
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
parent b2552c38
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1085,5 +1085,13 @@ config REGULATOR_STUB
	  Consumers can use stub regulator device with proper constraint
	  checking while the real regulator driver is being developed.

config REGULATOR_PM8008
	bool "Qualcomm Technologies Inc. PM8008 regulator driver"
	depends on MFD_I2C_PMIC
	help
	  Say Y here to support the PM8008 PMIC chip.
	  This driver controls PM8008 PMIC chip and the voltage
	  regulators found in Qualcomm Technologies Inc. PM8008
	  PMIC.
endif
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
obj-$(CONFIG_REGULATOR_PM8008) += qcom_pm8008-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LABIBB) += qpnp-labibb-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LCDB) += qpnp-lcdb-regulator.o
+773 −0

File added.

Preview size limit exceeded, changes collapsed.