]> git.proxmox.com Git - mirror_ubuntu-hirsute-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)
commit0cef71f2ccc84dd85a60b312343f1973f149e2d3
treed7b686acb93d57f4b5169bd19d15ead6ede41858
parent0638226dd0953c0c34f8df203b6c32d6066ceb65
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]