devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] pmdomain: qcom: rpmpd: Add MSM8917 and similar SoCs
@ 2023-10-14 13:38 Otto Pflüger
  2023-10-14 13:38 ` [PATCH v4 1/3] dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215 Otto Pflüger
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Otto Pflüger @ 2023-10-14 13:38 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Ulf Hansson, devicetree,
	linux-pm, Otto Pflüger

Add RPM power domain definitions for the Qualcomm MSM8917, MSM8937 and
QM215 SoCs. These SoCs all have the same power domains (VDDCX and VDDMX
in voltage level mode), but different regulators are needed for QM215
because it is used with a PM8916 PMIC instead of a PM8937 PMIC.

---
Changes in v4:
- Rebase on latest next as of 2023-10-14 with new SM7150 compatible
- Add missing Reviewed-by (if there were no changes to rebase on, I
  would have simply resent the patch)
Changes in v3:
- Sort compatibles in device tree binding documentation (suggested by
  Krzysztof)
- Rebase on latest next with genpd subsystem renamed to pmdomain
Changes in v2:
- Fix typo in patch description: VDDMD -> VDDMX
- Split MSM8917 and QM215 changes (suggested by Konrad)
- Remove redundant qcom,msm8937-rpmpd entry from rpmpd_match_table
  and use a fallback compatible instead (suggested by Konrad)

Otto Pflüger (3):
  dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215
  pmdomain: qcom: rpmpd: Add MSM8917 power domains
  pmdomain: qcom: rpmpd: Add QM215 power domains

 .../devicetree/bindings/power/qcom,rpmpd.yaml | 81 +++++++++--------
 drivers/pmdomain/qcom/rpmpd.c                 | 91 +++++++++++++++++++
 include/dt-bindings/power/qcom-rpmpd.h        | 21 +++++
 3 files changed, 156 insertions(+), 37 deletions(-)


base-commit: e3b18f7200f45d66f7141136c25554ac1e82009b
-- 
2.39.2

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

end of thread, other threads:[~2023-10-24 10:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-14 13:38 [PATCH v4 0/3] pmdomain: qcom: rpmpd: Add MSM8917 and similar SoCs Otto Pflüger
2023-10-14 13:38 ` [PATCH v4 1/3] dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215 Otto Pflüger
2023-10-14 13:38 ` [PATCH v4 2/3] pmdomain: qcom: rpmpd: Add MSM8917 power domains Otto Pflüger
2023-10-21 17:48   ` Konrad Dybcio
2023-10-14 13:38 ` [PATCH v4 3/3] pmdomain: qcom: rpmpd: Add QM215 " Otto Pflüger
2023-10-21 17:50   ` Konrad Dybcio
2023-10-18 22:36 ` [PATCH v4 0/3] pmdomain: qcom: rpmpd: Add MSM8917 and similar SoCs Ulf Hansson
2023-10-24 10:51 ` Ulf Hansson

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).