]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
clk: qcom: dispcc-glymur: Fix DSI byte clock rate setting
authorKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Wed, 4 Mar 2026 13:48:27 +0000 (14:48 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 4 Mar 2026 16:24:53 +0000 (10:24 -0600)
commit98ea9eda030587601db56425efcd32263d853591
treea2fd4601cb269337c9ebd49acf84fab8bf24dcc6
parent0b151a6307205eb867250985a910a88787cbf12e
clk: qcom: dispcc-glymur: Fix DSI byte clock rate setting

The clock tree for byte_clk_src is as follows:

   ┌──────byte0_clk_src─────┐
   │                        │
byte0_clk            byte0_div_clk_src
                            │
                     byte0_intf_clk

If both of its direct children have CLK_SET_RATE_PARENT with different
requests, byte0_clk_src (and its parent) will be reconfigured. In this
case, byte0_intf should strictly follow the rate of byte0_clk (with
some adjustments based on PHY mode).

Remove CLK_SET_RATE_PARENT from byte0_div_clk_src to avoid this issue.

Fixes: b4d15211c408 ("clk: qcom: dispcc-glymur: Add support for Display Clock Controller")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260304-topic-dsi_byte_fixup-v1-1-b79b29f83176@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/dispcc-glymur.c