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)
commit28f0769c772bb0c431e2833978474d4dfe3754a7
tree491d5bdc919a447ad30c7ed4352cc18a35cf488e
parent0cef71f2ccc84dd85a60b312343f1973f149e2d3
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]