Skip to content

Commit 690dccc

Browse files
aford173bebarino
authored andcommitted
Revert "clk: imx: composite-8m: Add support to determine_rate"
This reverts commit 156e96f. This patch was found to cause some division issues on the i.MX8MP which causes the video clocks to not properly divide when division was greate than 8. This causes video failures on disp1_pix and disp2_pix clocks. Until a better solution is found, we'll have to revert this. Signed-off-by: Adam Ford <aford173@gmail.com> Link: https://lore.kernel.org/r/20230423123828.1346511-1-aford173@gmail.com Acked-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent a986397 commit 690dccc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

drivers/clk/imx/clk-composite-8m.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,17 +119,10 @@ static int imx8m_clk_composite_divider_set_rate(struct clk_hw *hw,
119119
return ret;
120120
}
121121

122-
static int imx8m_clk_divider_determine_rate(struct clk_hw *hw,
123-
struct clk_rate_request *req)
124-
{
125-
return clk_divider_ops.determine_rate(hw, req);
126-
}
127-
128122
static const struct clk_ops imx8m_clk_composite_divider_ops = {
129123
.recalc_rate = imx8m_clk_composite_divider_recalc_rate,
130124
.round_rate = imx8m_clk_composite_divider_round_rate,
131125
.set_rate = imx8m_clk_composite_divider_set_rate,
132-
.determine_rate = imx8m_clk_divider_determine_rate,
133126
};
134127

135128
static u8 imx8m_clk_composite_mux_get_parent(struct clk_hw *hw)

0 commit comments

Comments
 (0)