mbox series

[0/8] SDM630 and Ninges fixes

Message ID 20200623180832.254163-1-konradybcio@gmail.com
Headers show
Series SDM630 and Ninges fixes | expand

Message

Konrad Dybcio June 23, 2020, 6:08 p.m. UTC
Disclaimer: Ninges = Nile&Ganges

This series brings support for RPMPD on 630/660,
initial tsens support (thermal-zones are WIP so
dont' want to send them yet), an urgent fix for
pinctrl (I have made a mistake that only showed
itself when I tried to add more GPIO-dependent
stuff...) and some stuff for Ninges, namely
enablement of BLSP1_UART2 (omitted it previously)
and temporary removal of Vol- on Nile (which is
a result of fixing the pinctrl driver so that
gpio-keys got to the point where it probed it
and then it died). Also with these changes come
some cosmetic updates (using phandles instead of
addresses as per Bjorn's Request).

Konrad Dybcio (8):
  soc: qcom: rpmpd: Add SDM660 power-domains
  arm64: dts: qcom: sdm630: Add RPM power domains support
  arm64: dts: qcom: sdm630: Add tsens node
  arm64: dts: qcom: sdm630: nile: Enable BLSP1_UART2
  arm64: dts: qcom: sdm630: Fix the pinctrl node
  arm64: dts: qcom: sdm630: nile: Reserve disabled GPIOs
  arm64: dts: qcom: sdm630: nile: Remove Volume Down gpio-key
  arm64: dts: qcom: sdm630: ganges: Change addresses to phandles

 .../devicetree/bindings/power/qcom,rpmpd.yaml |  1 +
 .../bindings/thermal/qcom-tsens.yaml          |  1 +
 .../dts/qcom/sdm630-sony-xperia-ganges.dtsi   | 22 +++---
 .../dts/qcom/sdm630-sony-xperia-nile.dtsi     | 67 +++++++++---------
 arch/arm64/boot/dts/qcom/sdm630.dtsi          | 69 +++++++++++++++++--
 drivers/soc/qcom/rpmpd.c                      | 33 +++++++++
 include/dt-bindings/power/qcom-rpmpd.h        | 12 ++++
 7 files changed, 155 insertions(+), 50 deletions(-)