Apologies, resending because I tried sending from disroot.org, which is a banned host on vger. Please ignore the previous patches if they reached you. Hi, This patch adds support for the Global Clock Controller found on the MSM8953 Platform (SDM450, SDA450, SDM625, SDM632, APQ8053). Since all SoCs based on the MSM8953 platform are identical with respect to clocks, a single compatible is used. Vladimir Lypak (2): dt-bindings: clock: add Qualcomm MSM8953 GCC driver bindings clk: qcom: Add Global Clock Controller driver for MSM8953 .../devicetree/bindings/clock/qcom,gcc.yaml | 2 + drivers/clk/qcom/Kconfig | 8 + drivers/clk/qcom/Makefile | 1 + drivers/clk/qcom/gcc-msm8953.c | 4250 +++++++++++++++++ include/dt-bindings/clock/qcom,gcc-msm8953.h | 234 + 5 files changed, 4495 insertions(+) create mode 100644 drivers/clk/qcom/gcc-msm8953.c create mode 100644 include/dt-bindings/clock/qcom,gcc-msm8953.h -- 2.32.0