[PATCH 0/3] Add APSS clock driver support for IPQ5018

From: Gokul Sriram Palanisamy
Date: Tue Aug 29 2023 - 05:55:46 EST


This series adds support for the APSS clock to bump the CPU frequency
above 800MHz. APSS PLL found in the IPQ5018 is of type Stromer.

- The first patch in the series adds the required a53pll compatible.

- The second patch adds Stormer PLL offsets, its configuration values and
regmap and modify probe to reuse clk_stromer_pll_configure() for Stormer
which was added for Stormer Plus.

- The third patch adds dts nodes to enable the pll along with the cpu
operating frequency table.

Gokul Sriram Palanisamy (3):
dt-bindings: clock: qcom,a53pll: add IPQ5018 compatible
clk: qcom: apss-ipq-pll: add support for IPQ5018
arm64: dts: qcom: ipq5018: enable the CPUFreq support

.../bindings/clock/qcom,a53pll.yaml | 1 +
arch/arm64/boot/dts/qcom/ipq5018.dtsi | 34 ++++++++++++
drivers/clk/qcom/apss-ipq-pll.c | 52 ++++++++++++++++++-
3 files changed, 86 insertions(+), 1 deletion(-)

--
2.34.1