]> 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)
commitddd5a2fc6a0cd3987a951d22fa468a34744c761a
treed7b686acb93d57f4b5169bd19d15ead6ede41858
parentdaf52726f9feab8be57bf793928f5233b64560e3
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]