]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: Add graphics clock controller driver for SM8150
authorJonathan Marek <jonathan@marek.ca>
Thu, 9 Jul 2020 13:52:41 +0000 (09:52 -0400)
committerStephen Boyd <sboyd@kernel.org>
Fri, 24 Jul 2020 08:51:29 +0000 (01:51 -0700)
commit48a1f74904c744a0d4f67521978b73ee1aab3e74
treed7b686acb93d57f4b5169bd19d15ead6ede41858
parentb65621e348bfaa1c8af291fb87b2f2c678faa214
clk: qcom: Add graphics clock controller driver for SM8150

Add support for the graphics clock controller found on SM8150
based devices.

This is initially copied from the downstream kernel, but has
been modified to more closely match the upstream sc7180 driver.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20200709135251.643-11-jonathan@marek.ca
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/gpucc-sm8150.c [new file with mode: 0644]