Skip to content

Commit e2f8311

Browse files
tq-steinaAbel Vesa
authored andcommitted
clk: imx: fracn-gppll: Add 333.333333 MHz support
Some parallel panels have a pixelclk of 33.30 MHz. Add support for 333.333333 MHz so a by 10 divider can be used to derive the exact pixelclk. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: Abel Vesa <abel.vesa@oss.qualcomm.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Link: https://patch.msgid.link/20260313070740.585043-2-alexander.stein@ew.tq-group.com Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
1 parent fca8688 commit e2f8311

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/imx/clk-fracn-gppll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ static const struct imx_fracn_gppll_rate_table fracn_tbl[] = {
8888
PLL_FRACN_GP(445333333U, 167, 0, 1, 0, 9),
8989
PLL_FRACN_GP(400000000U, 200, 0, 1, 0, 12),
9090
PLL_FRACN_GP(393216000U, 163, 84, 100, 0, 10),
91+
PLL_FRACN_GP(333333333U, 125, 0, 1, 1, 9),
9192
PLL_FRACN_GP(332600000U, 138, 584, 1000, 0, 10),
9293
PLL_FRACN_GP(300000000U, 150, 0, 1, 0, 12),
9394
PLL_FRACN_GP(241900000U, 201, 584, 1000, 0, 20),

0 commit comments

Comments
 (0)