Skip to content

Commit 56fbeef

Browse files
Eugeniy Paltsevbebarino
authored andcommitted
CLK: HSDK: CGU: add support for 148.5MHz clock
Add support for 148.5MHz clock for HDMI PLL Signed-off-by: Eugeniy Paltsev <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 423f042 commit 56fbeef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/clk-hsdk-pll.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ static const struct hsdk_pll_cfg asdt_pll_cfg[] = {
8181

8282
static const struct hsdk_pll_cfg hdmi_pll_cfg[] = {
8383
{ 27000000, 0, 0, 0, 0, 1 },
84+
{ 148500000, 0, 21, 3, 0, 0 },
8485
{ 297000000, 0, 21, 2, 0, 0 },
8586
{ 540000000, 0, 19, 1, 0, 0 },
8687
{ 594000000, 0, 21, 1, 0, 0 },

0 commit comments

Comments
 (0)