[PATCH v2 0/3] SM8750 GPU clocks
From: Konrad Dybcio
Date: Wed Jul 23 2025 - 16:41:53 EST
This series brings a driver for GPU clock controllers (there are two
now, but that's almost a cosmetic change) on 8750 and wires up the GPU
SMMU instance.
No external dependencies to the best of my knowledge.
Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- gxcc bindings: remove double colon & list the names for power-domains
- Link to v1: https://lore.kernel.org/r/20250708-topic-8750_gpucc-v1-0-86c86a504d47@xxxxxxxxxxxxxxxx
---
Konrad Dybcio (3):
dt-bindings: clock: qcom: Add SM8750 GPU clocks
clk: qcom: Add a driver for SM8750 GPU clocks
arm64: dts: qcom: sm8750: Add GPU clock & IOMMU nodes
.../bindings/clock/qcom,sm8450-gpucc.yaml | 5 +
.../bindings/clock/qcom,sm8750-gxcc.yaml | 61 +++
arch/arm64/boot/dts/qcom/sm8750.dtsi | 63 +++
drivers/clk/qcom/Kconfig | 9 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/gpucc-sm8750.c | 524 +++++++++++++++++++++
include/dt-bindings/clock/qcom,sm8750-gpucc.h | 53 +++
7 files changed, 716 insertions(+)
---
base-commit: 0be23810e32e6d0a17df7c0ebad895ba2c210fc4
change-id: 20250708-topic-8750_gpucc-2e68defb27d3
Best regards,
--
Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>