@@ -36,8 +36,7 @@ static const struct pll_vco lucid_ole_vco[] = {
36
36
};
37
37
38
38
static const struct alpha_pll_config video_cc_pll0_config = {
39
- /* .l includes RINGOSC_CAL_L_VAL, CAL_L_VAL, L_VAL fields */
40
- .l = 0x44440025 ,
39
+ .l = 0x25 ,
41
40
.alpha = 0x8000 ,
42
41
.config_ctl_val = 0x20485699 ,
43
42
.config_ctl_hi_val = 0x00182261 ,
@@ -68,8 +67,7 @@ static struct clk_alpha_pll video_cc_pll0 = {
68
67
};
69
68
70
69
static const struct alpha_pll_config video_cc_pll1_config = {
71
- /* .l includes RINGOSC_CAL_L_VAL, CAL_L_VAL, L_VAL fields */
72
- .l = 0x44440036 ,
70
+ .l = 0x36 ,
73
71
.alpha = 0xb000 ,
74
72
.config_ctl_val = 0x20485699 ,
75
73
.config_ctl_hi_val = 0x00182261 ,
@@ -427,8 +425,8 @@ static int video_cc_sm8550_probe(struct platform_device *pdev)
427
425
return PTR_ERR (regmap );
428
426
}
429
427
430
- clk_lucid_evo_pll_configure (& video_cc_pll0 , regmap , & video_cc_pll0_config );
431
- clk_lucid_evo_pll_configure (& video_cc_pll1 , regmap , & video_cc_pll1_config );
428
+ clk_lucid_ole_pll_configure (& video_cc_pll0 , regmap , & video_cc_pll0_config );
429
+ clk_lucid_ole_pll_configure (& video_cc_pll1 , regmap , & video_cc_pll1_config );
432
430
433
431
/*
434
432
* Keep clocks always enabled:
0 commit comments