clk: qcom: Add SM6125 (TRINKET) GCC driver
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Sat, 5 Jun 2021 12:10:38 +0000 (14:10 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sun, 27 Jun 2021 23:53:29 +0000 (16:53 -0700)
commit4b8d6ae57cdf7ac50b473b89ec05613fc2c8143c
tree6a2252493a8163d800e6714755d54be457d2758a
parent11fa5f8392eede198bc1218b97b03c063ee9d080
clk: qcom: Add SM6125 (TRINKET) GCC driver

Add the clocks supported in global clock controller, which clock the
peripherals like BLSPs, SDCC, USB, MDSS etc. Register all the clocks
to the clock framework for the clients to be able to request for them.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: Martin Botka <martin.botka@somainline.org>
Link: https://lore.kernel.org/r/20210605121040.282053-2-martin.botka@somainline.org
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
[sboyd@kernel.org: Mark gcc_sm6125_hws array static]
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/gcc-sm6125.c [new file with mode: 0644]