Devicetree
 help / color / mirror / Atom feed
* [PATCH v2 0/2] clk: qcom: Add GPUCC and GXCLK support for Hawi
@ 2026-07-31  5:53 Dongfang Zhao
  2026-07-31  5:53 ` [PATCH v2 1/2] dt-bindings: clock: qcom: Add Hawi GPU clock controllers Dongfang Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Dongfang Zhao @ 2026-07-31  5:53 UTC (permalink / raw)
  To: mturquette, robh, andersson, conor+dt, sboyd, krzk+dt
  Cc: linux-kernel, konrad.dybcio, linux-arm-msm, devicetree, linux-clk,
	taniya.das, bmasney

Add GPU clock controller (GPUCC) and GX clock controller (GXCLKCTL)
support for the Qualcomm Hawi SoC.

The GPUCC provides clocks, resets and power domains for the GPU
subsystem. The GXCLKCTL manages only the GX GDSC; remaining resources
are handled by firmware. Hawi's GX clock controller reuses the existing
gxclkctl-kaanapali driver via a fallback compatible
("qcom,hawi-gxclkctl", "qcom,kaanapali-gxclkctl"), so no driver change
is needed unless Hawi-specific behaviour is required later.

Changes in v2:
- dt-bindings: qcom,hawi-gpucc: reorder power-domains and required-opps
  to MX, CX, GMXC to match existing GPUCC bindings (suggested by
  Krzysztof Kozlowski)
- dt-bindings: qcom,hawi-gpucc: shorten required-opps item descriptions
  (suggested by Krzysztof Kozlowski)
- clk: qcom: gpucc-hawi: collect Reviewed-by from Taniya Das
- Rebased onto linux-next (20260730)

---
Dongfang Zhao (2):
      dt-bindings: clock: qcom: Add Hawi GPU clock controllers
      clk: qcom: Add support for Hawi GPUCC

 .../devicetree/bindings/clock/qcom,hawi-gpucc.yaml |  78 ++++
 .../bindings/clock/qcom,kaanapali-gxclkctl.yaml    |  22 +-
 drivers/clk/qcom/Kconfig                           |  12 +
 drivers/clk/qcom/Makefile                          |   1 +
 drivers/clk/qcom/gpucc-hawi.c                      | 461 +++++++++++++++++++++
 include/dt-bindings/clock/qcom,hawi-gpucc.h        |  47 +++
 6 files changed, 613 insertions(+), 8 deletions(-)
---
base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b
change-id: 20260705-gpucc-hawi-8c35e13866fc

Best regards,
-- 
Dongfang Zhao <dongfang.zhao@oss.qualcomm.com>


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

end of thread, other threads:[~2026-08-31 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-31  5:53 [PATCH v2 0/2] clk: qcom: Add GPUCC and GXCLK support for Hawi Dongfang Zhao
2026-07-31  5:53 ` [PATCH v2 1/2] dt-bindings: clock: qcom: Add Hawi GPU clock controllers Dongfang Zhao
2026-08-03  9:26   ` Krzysztof Kozlowski
2026-07-31  5:53 ` [PATCH v2 2/2] clk: qcom: Add support for Hawi GPUCC Dongfang Zhao
2026-08-10 18:45 ` [PATCH v2 0/2] clk: qcom: Add GPUCC and GXCLK support for Hawi Bjorn Andersson
2026-08-31 20:21 ` (subset) " Bjorn Andersson

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