Skip to content

Commit 68d1151

Browse files
konradybcioandersson
authored andcommitted
clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk
There's only one DSI PHY on this SoC. Remove the ghost entry for the clock produced by a secondary one. Fixes: cc517ea ("clk: qcom: Add display clock controller driver for QCM2290") Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230412-topic-qcm_dispcc-v1-2-bf2989a75ae4@linaro.org
1 parent 0afa16a commit 68d1151

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/clk/qcom/dispcc-qcm2290.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ enum {
2727
P_DISP_CC_PLL0_OUT_MAIN,
2828
P_DSI0_PHY_PLL_OUT_BYTECLK,
2929
P_DSI0_PHY_PLL_OUT_DSICLK,
30-
P_DSI1_PHY_PLL_OUT_DSICLK,
3130
P_GPLL0_OUT_MAIN,
3231
P_SLEEP_CLK,
3332
};
@@ -107,13 +106,11 @@ static const struct clk_parent_data disp_cc_parent_data_3[] = {
107106
static const struct parent_map disp_cc_parent_map_4[] = {
108107
{ P_BI_TCXO, 0 },
109108
{ P_DSI0_PHY_PLL_OUT_DSICLK, 1 },
110-
{ P_DSI1_PHY_PLL_OUT_DSICLK, 2 },
111109
};
112110

113111
static const struct clk_parent_data disp_cc_parent_data_4[] = {
114112
{ .fw_name = "bi_tcxo" },
115113
{ .fw_name = "dsi0_phy_pll_out_dsiclk" },
116-
{ .fw_name = "dsi1_phy_pll_out_dsiclk" },
117114
};
118115

119116
static const struct parent_map disp_cc_parent_map_5[] = {

0 commit comments

Comments
 (0)