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

Add support for the graphics clock controller found on SM8250
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-12-jonathan@marek.ca
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/gpucc-sm8250.c [new file with mode: 0644]