clk: qcom: gcc-msm8994: Remove NoC clocks
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Thu, 17 Feb 2022 23:24:08 +0000 (00:24 +0100)
committerStephen Boyd <sboyd@kernel.org>
Fri, 18 Feb 2022 00:56:43 +0000 (16:56 -0800)
commit3494894afff4ad11f25d8342cc99699be496d082
tree26d1466f551e6f9996b561fa9afbc47ed15bf851
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07
clk: qcom: gcc-msm8994: Remove NoC clocks

Just like in commit 05cf3ec00d46 ("clk: qcom: gcc-msm8996: Drop (again)
gcc_aggre1_pnoc_ahb_clk") adding NoC clocks turned out to be a huge
mistake, as they cause a lot of issues at little benefit (basically
letting Linux know about their children's frequencies), especially when
mishandled or misconfigured.

Adding these ones broke SDCC approx 99 out of 100 times, but that somehow
went unnoticed. To prevent further issues like this one, remove them.

This commit is effectively a revert of 74a33fac3aab ("clk: qcom:
gcc-msm8994: Add missing NoC clocks") with ABI preservation.

Fixes: 74a33fac3aab ("clk: qcom: gcc-msm8994: Add missing NoC clocks")
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20220217232408.78932-1-konrad.dybcio@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-msm8994.c