Introduce clock drivers for three new SoCs and enable them. This allows
for configuring UART and USB on all three as well as controlling
relevant resets and power domains.

Signed-off-by: Caleb Connolly <caleb.conno...@linaro.org>
---
Caleb Connolly (4):
      clk/qcom: add driver for qcm2290 GCC
      clk/qcom: add driver for sm6115 GCC
      clk/qcom: add driver for sm8250 GCC
      qcom_defconfig: enable clocks for qcm2290/sm6115/sm8250

 configs/qcom_defconfig           |   3 +
 drivers/clk/qcom/Kconfig         |  24 ++++
 drivers/clk/qcom/Makefile        |   3 +
 drivers/clk/qcom/clock-qcm2290.c | 192 ++++++++++++++++++++++++++
 drivers/clk/qcom/clock-qcom.h    |   4 +
 drivers/clk/qcom/clock-sm6115.c  | 199 +++++++++++++++++++++++++++
 drivers/clk/qcom/clock-sm8250.c  | 282 +++++++++++++++++++++++++++++++++++++++
 7 files changed, 707 insertions(+)
---
change-id: 20240408-b4-qcom-rbx-soc-ddd6603e31e1
base-commit: 0e4dafaae9f627bd5294095ace157a506b38e7b3

Caleb Connolly <caleb.conno...@linaro.org>

Reply via email to