[PATCH v3 0/2] Add APSS clock driver support for IPQ5210

From: Varadarajan Narayanan

Date: Fri Jul 03 2026 - 01:23:20 EST


IPQ5210 uses the HUAYRA pll for the APSS clock. This series adds support
for the APSS clock to change the CPU frequency to one of the supported
frequencies.

Signed-off-by: Varadarajan Narayanan <varadarajan.narayanan@xxxxxxxxxxxxxxxx>
---
Changes in v3:
- Marked ipq5210_pll_data as const per sashiko review and to match with
other SoC apss_pll_data structs
- Link to v2: https://lore.kernel.org/r/20260701-apss-clk-v2-0-776d054ab8c3@xxxxxxxxxxxxxxxx

Changes in v2:
- Remove incorrect tsens dependency
- Pick R-b tag for driver change
- Link to v1: https://lore.kernel.org/r/20260629-apss-clk-v1-0-8c92fe118ce4@xxxxxxxxxxxxxxxx

---
Varadarajan Narayanan (2):
dt-bindings: clock: qcom,a53pll: Add IPQ5210 compatible
clk: qcom: apss-ipq-pll: Add IPQ5210 support

.../devicetree/bindings/clock/qcom,a53pll.yaml | 1 +
drivers/clk/qcom/apss-ipq-pll.c | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
---
base-commit: 533704f3c28c3f5f9e2542aa3a6a326c32e6f5c0
change-id: 20260625-apss-clk-ed39c40ed468

Best regards,
--
Varadarajan Narayanan <varadarajan.narayanan@xxxxxxxxxxxxxxxx>