mbox series

[0/3] PM8005 regulator support for msm8998 GPU

Message ID 20190521164932.14265-1-jeffrey.l.hugo@gmail.com (mailing list archive)
Headers show
Series PM8005 regulator support for msm8998 GPU | expand

Message

Jeffrey Hugo May 21, 2019, 4:49 p.m. UTC
The MSM8998 MTP reference platform supplies VDD_GFX from s1 of the
pm8005 PMIC.  VDD_GFX is needed to turn on the GPU.  As we are looking
to bring up the GPU, add the support for pm8005 and wire up s1 in a
basic manner so that we have this dependency out of the way and can
focus on enabling the GPU driver.

Jeffrey Hugo (3):
  dt-bindings: qcom_spmi: Document PM8005 regulators
  regulator: qcom_spmi: Add support for PM8005
  arm64: dts: msm8998-mtp: Add pm8005_s1 regulator

 .../regulator/qcom,spmi-regulator.txt         |   4 +
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi     |  17 ++
 drivers/regulator/qcom_spmi-regulator.c       | 203 +++++++++++++++++-
 3 files changed, 219 insertions(+), 5 deletions(-)