linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] arm64: dts: qcom: sa8775p: add basic PMIC support
@ 2023-03-14 18:30 Bartosz Golaszewski
  2023-03-14 18:30 ` [PATCH 01/14] dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p Bartosz Golaszewski
                   ` (13 more replies)
  0 siblings, 14 replies; 32+ messages in thread
From: Bartosz Golaszewski @ 2023-03-14 18:30 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski
  Cc: linux-arm-msm, devicetree, linux-kernel, linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

This adds support for a number of PMIC functionalities on sa8775p. The PMIC
used on the reference board is pm8654au which is another variant of the SPMI
PMIC from Qualcomm. This series doesn't yet add regulators as these will be
added separately together with upcoming users (UFS, USB, etc.). The RTC
doesn't allow setting time and needs to be used in conjunction with SDAM
the support for which will also be added separately.

Bartosz Golaszewski (14):
  dt-bindings: interrupt-controller: qcom-pdc: add compatible for
    sa8775p
  arm64: dts: qcom: sa8775p: add the pdc node
  arm64: dts: qcom: sa8775p: add the spmi node
  dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au
  arm64: dts: qcom: sa8775p: add support for the on-board PMICs
  arm64: dts: qcom: sa8775p-ride: enable PMIC support
  arm64: dts: qcom: sa8775p: add the Power On device node
  arm64: dts: qcom: sa8775p: pmic: add the power key
  arm64: dts: qcom: sa8775p-ride: enable the power key
  arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN
    input
  arm64: dts: qcom: sa8775p: pmic: add thermal zones
  dt-bindings: pinctrl: qcom,pmic-gpio: add compatible for
    pmm8654au-gpio
  pinctrl: qcom: spmi-gpio: add support for pmm8654au-gpio
  arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes

 .../interrupt-controller/qcom,pdc.yaml        |   1 +
 .../bindings/mfd/qcom,spmi-pmic.yaml          |   1 +
 .../bindings/pinctrl/qcom,pmic-gpio.yaml      |   2 +
 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi   | 136 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sa8775p-ride.dts     |   5 +
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         |  59 ++++++++
 drivers/pinctrl/qcom/pinctrl-spmi-gpio.c      |   1 +
 7 files changed, 205 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sa8775p-pmics.dtsi

-- 
2.37.2


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2023-03-30 11:43 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 18:30 [PATCH 00/14] arm64: dts: qcom: sa8775p: add basic PMIC support Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 01/14] dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p Bartosz Golaszewski
2023-03-19 12:44   ` Krzysztof Kozlowski
2023-03-14 18:30 ` [PATCH 02/14] arm64: dts: qcom: sa8775p: add the pdc node Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 03/14] arm64: dts: qcom: sa8775p: add the spmi node Bartosz Golaszewski
2023-03-14 20:21   ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 04/14] dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au Bartosz Golaszewski
2023-03-20 14:49   ` Rob Herring
2023-03-30 11:41   ` Lee Jones
2023-03-14 18:30 ` [PATCH 05/14] arm64: dts: qcom: sa8775p: add support for the on-board PMICs Bartosz Golaszewski
2023-03-14 20:22   ` Konrad Dybcio
2023-03-20 10:24     ` Bartosz Golaszewski
2023-03-20 10:38       ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 06/14] arm64: dts: qcom: sa8775p-ride: enable PMIC support Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 07/14] arm64: dts: qcom: sa8775p: add the Power On device node Bartosz Golaszewski
2023-03-14 20:25   ` Konrad Dybcio
2023-03-20 10:50     ` Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 08/14] arm64: dts: qcom: sa8775p: pmic: add the power key Bartosz Golaszewski
2023-03-14 20:26   ` Konrad Dybcio
2023-03-20 10:52     ` Bartosz Golaszewski
2023-03-20 11:01       ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 09/14] arm64: dts: qcom: sa8775p-ride: enable " Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 10/14] arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN input Bartosz Golaszewski
2023-03-14 20:26   ` Konrad Dybcio
2023-03-14 18:30 ` [PATCH 11/14] arm64: dts: qcom: sa8775p: pmic: add thermal zones Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 12/14] dt-bindings: pinctrl: qcom,pmic-gpio: add compatible for pmm8654au-gpio Bartosz Golaszewski
2023-03-20 15:06   ` Rob Herring
2023-03-23  8:23   ` Linus Walleij
2023-03-23 13:30     ` Bartosz Golaszewski
2023-03-28 13:23       ` Linus Walleij
2023-03-14 18:30 ` [PATCH 13/14] pinctrl: qcom: spmi-gpio: add support " Bartosz Golaszewski
2023-03-14 18:30 ` [PATCH 14/14] arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).