]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocks
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Oct 2022 14:07:45 +0000 (16:07 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 14 Oct 2022 20:39:09 +0000 (13:39 -0700)
commita9bc7bde791e6d77c291d7b3cbe909af14eac1a0
tree8957e752a2aa774ccdb636229bbe436c30420bd1
parent261dfa18e97db008a630a613c8c1f8b35d3d9587
clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocks

These two clocks are now registered in the device tree as fixed clocks,
causing a regression in the driver as the clock already exists with
e.g. the name "pxo_board" as the MSM8660 GCC driver probes.

Fix this by just not hard-coding this anymore and everything works
like a charm.

Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Fixes: edd366b46d2f ("ARM: dts: qcom: msm8660: fix node names for fixed clocks")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20221013140745.7801-1-linus.walleij@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-msm8660.c