public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] arm64: dts: qcom: kaanapali: Add PMIC dependent features
@ 2026-03-23  6:19 Jingyi Wang
  2026-03-23  6:19 ` [PATCH 1/6] arm64: dts: qcom: kaanapali: Add PMIC devices Jingyi Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 33+ messages in thread
From: Jingyi Wang @ 2026-03-23  6:19 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: aiqun.yu, tingwei.zhang, trilok.soni, yijie.yang, linux-arm-msm,
	devicetree, linux-kernel, Jingyi Wang,
	20260224-knp-dts-misc-v6-0-79d20dab8a60, Jishnu Prakash,
	Konrad Dybcio, Shawn Guo, Zijun Hu, Yuanjie Yang

Add PMIC dependent features on the Kaanapali Platform including:
- spmi-pmic-arb device
- various PMICs along with temp-alarm and GPIO nodes
- Volume Keys, RGB LEDs and flash LEDs
- bluetooth WCN785x and Wi-Fi (enabled on MTP only)
- Display (enabled on MTP only)

dependency:
dts: https://lore.kernel.org/all/20260224-knp-dts-misc-v6-0-79d20dab8a60@oss.qualcomm.com/ - reviewed

For display feature, there is a 20~30% probability of crash during the DPU initialization
stage without voltage and frequency alignment. The issue can be fixed by:
https://lore.kernel.org/all/20260309063720.13572-1-yuanjie.yang@oss.qualcomm.com/ - reviewed

Signed-off-by: Jingyi Wang <jingyi.wang@oss.qualcomm.com>
---
Jishnu Prakash (3):
      arm64: dts: qcom: kaanapali: Add PMIC devices
      arm64: dts: qcom: kaanapali-mtp: Add PMIC support
      arm64: dts: qcom: kaanapali-qrd: Add PMIC support

Yuanjie Yang (2):
      arm64: dts: qcom: kaanapali: add display hardware devices
      arm64: dts: qcom: kaanapali-mtp: Enable display DSI devices

Zijun Hu (1):
      arm64: dts: qcom: kaanapali-mtp: Enable bluetooth and Wifi

 arch/arm64/boot/dts/qcom/kaanapali-mtp.dts       | 331 ++++++++++++++++++++++-
 arch/arm64/boot/dts/qcom/kaanapali-qrd.dts       |  92 +++++++
 arch/arm64/boot/dts/qcom/kaanapali.dtsi          | 289 +++++++++++++++++++-
 arch/arm64/boot/dts/qcom/pm8010-kaanapali.dtsi   |  93 +++++++
 arch/arm64/boot/dts/qcom/pmd8028-kaanapali.dtsi  |  62 +++++
 arch/arm64/boot/dts/qcom/pmh0104-kaanapali.dtsi  |  63 +++++
 arch/arm64/boot/dts/qcom/pmh0110-kaanapali.dtsi  | 213 +++++++++++++++
 arch/arm64/boot/dts/qcom/pmih0108-kaanapali.dtsi |  68 +++++
 arch/arm64/boot/dts/qcom/pmr735d-kaanapali.dtsi  |  63 +++++
 9 files changed, 1271 insertions(+), 3 deletions(-)
---
base-commit: 3ef088b0c5772a6f75634e54aa34f5fc0a2c041c
change-id: 20260322-knp-pmic-dt-4873a7d906e6
prerequisite-message-id: <20260224-knp-dts-misc-v6-0-79d20dab8a60@oss.qualcomm.com>
prerequisite-patch-id: 46f519528d63c06ae8d46857285f08dbc0178a11
prerequisite-patch-id: 80394c38f46592e7bef58b2670bb18e9253718b0
prerequisite-patch-id: 2b0a4d96d4ce86fc6e56e80316f53f30020abf65
prerequisite-patch-id: 019501eb4a1a36a34c5b90f63bb2f1b521d6d60c
prerequisite-patch-id: 46ef2e848ebe5af55c6e8d6e16c775f4e3db4ed1
prerequisite-patch-id: f24bbf211e6fe18d5a022b1bd31050b0b4056cd4
prerequisite-patch-id: 72c1a9d0eb5c8a94233d47809192e033ba2cb6ab
prerequisite-patch-id: ef3125ac8d8471149ab219b79a90304dd491602f
prerequisite-patch-id: f7fff260ebea331c7faf9be96eae00ceb42f94bf
prerequisite-patch-id: fa0135a52b89f9c5baa8c9fa160d2d927e4e37bc

Best regards,
-- 
Jingyi Wang <jingyi.wang@oss.qualcomm.com>


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

end of thread, other threads:[~2026-04-07  6:49 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-23  6:19 [PATCH 0/6] arm64: dts: qcom: kaanapali: Add PMIC dependent features Jingyi Wang
2026-03-23  6:19 ` [PATCH 1/6] arm64: dts: qcom: kaanapali: Add PMIC devices Jingyi Wang
2026-03-24  1:12   ` Dmitry Baryshkov
2026-03-25 11:04     ` Jishnu Prakash
2026-03-23  6:19 ` [PATCH 2/6] arm64: dts: qcom: kaanapali-mtp: Add PMIC support Jingyi Wang
2026-03-24  1:13   ` Dmitry Baryshkov
2026-03-25 11:05     ` Jishnu Prakash
2026-03-23  6:19 ` [PATCH 3/6] arm64: dts: qcom: kaanapali-qrd: " Jingyi Wang
2026-03-24  1:14   ` Dmitry Baryshkov
2026-03-23  6:19 ` [PATCH 4/6] arm64: dts: qcom: kaanapali-mtp: Enable bluetooth and Wifi Jingyi Wang
2026-03-24  1:16   ` Dmitry Baryshkov
2026-03-25  6:40     ` Zijun Hu
2026-03-25  7:08       ` Dmitry Baryshkov
2026-03-25 10:59         ` Zijun Hu
2026-03-25 11:40           ` Dmitry Baryshkov
2026-03-26  3:19             ` Zijun Hu
2026-03-26  4:10               ` Dmitry Baryshkov
2026-03-26  5:15                 ` Zijun Hu
2026-03-30 11:53                   ` Dmitry Baryshkov
2026-04-01 10:39                     ` Zijun Hu
2026-04-01 11:08                       ` Dmitry Baryshkov
2026-04-01 13:34                         ` Zijun Hu
2026-04-01 14:07                           ` Dmitry Baryshkov
2026-04-07  6:49                             ` Zijun Hu
2026-03-23  6:19 ` [PATCH 5/6] arm64: dts: qcom: kaanapali: add display hardware devices Jingyi Wang
2026-03-24  1:20   ` Dmitry Baryshkov
2026-03-26  2:37     ` yuanjiey
2026-03-26  4:11       ` Dmitry Baryshkov
2026-03-23  6:19 ` [PATCH 6/6] arm64: dts: qcom: kaanapali-mtp: Enable display DSI devices Jingyi Wang
2026-03-24  1:25   ` Dmitry Baryshkov
2026-03-26  3:13     ` yuanjiey
2026-03-26  4:22       ` Dmitry Baryshkov
2026-03-23 14:38 ` [PATCH 0/6] arm64: dts: qcom: kaanapali: Add PMIC dependent features Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox