]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
clk: qcom: gcc: fix sm8150 GPU and NPU clocks
authorJonathan Marek <jonathan@marek.ca>
Thu, 9 Jul 2020 13:52:32 +0000 (09:52 -0400)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 4 Sep 2020 19:30:02 +0000 (16:30 -0300)
commit46987336361aaa6bed4d228d4fa82251cff3cfb4
treedced8c41b6527fd103cdb8fe6b144cda43a28a06
parent60bdedeb3c34f71dd2fcbb07c395e5c77f5eecb3
clk: qcom: gcc: fix sm8150 GPU and NPU clocks

BugLink: https://bugs.launchpad.net/bugs/1892899
[ Upstream commit 667f39b59b494d96ae70f4217637db2ebbee3df0 ]

Fix the parents and set BRANCH_HALT_SKIP. From the downstream driver it
should be a 500us delay and not skip, however this matches what was done
for other clocks that had 500us delay in downstream.

Fixes: f73a4230d5bb ("clk: qcom: gcc: Add GPU and NPU clocks for SM8150")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20200709135251.643-2-jonathan@marek.ca
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>
drivers/clk/qcom/gcc-sm8150.c