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

Commit b47d7e4e authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

regulator: Add QTI LCDB regulator driver



Add snapshot of QTI LCDB regulator driver that helps with
controlling display bias voltage rails for LCD panels.
This snapshot is taken as of msm-4.19
commit 4dfd3f4203aa3ae ("mhi: core: ensure non-zero session or sequence
ID values").

Change-Id: Idf30c348194870e94a65af4a6cc4d830f60e4e7c
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 69e489fe
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -812,6 +812,15 @@ config REGULATOR_QPNP_AMOLED
          positive, negative and bias for the AMOLED display panel. It also
          allows configurability for the various bias-voltage parameters.

config REGULATOR_QPNP_LCDB
        tristate "Qualcomm Technologies, Inc. QPNP LCDB support"
        depends on SPMI
        help
          Supports the LCDB module in the Qualcomm Technologies, Inc.
          QPNP PMICs. Exposes regulators to control the positive and
          negative voltage bias for the LCD display panel. It also
          allows configurability for the various bias-voltage parameters.

config REGULATOR_RC5T583
	tristate "RICOH RC5T583 Power regulators"
	depends on MFD_RC5T583
+1 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ 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_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LCDB) += qpnp-lcdb-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_AMOLED) += qpnp-amoled-regulator.o
obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
+2323 −0

File added.

Preview size limit exceeded, changes collapsed.