|
@@ -702,6 +702,7 @@ static struct clk_init_data pll_init = {
|
|
.ops = &hdmi_8996_pll_ops,
|
|
.ops = &hdmi_8996_pll_ops,
|
|
.parent_names = hdmi_pll_parents,
|
|
.parent_names = hdmi_pll_parents,
|
|
.num_parents = ARRAY_SIZE(hdmi_pll_parents),
|
|
.num_parents = ARRAY_SIZE(hdmi_pll_parents),
|
|
|
|
+ .flags = CLK_IGNORE_UNUSED,
|
|
};
|
|
};
|
|
|
|
|
|
int msm_hdmi_pll_8996_init(struct platform_device *pdev)
|
|
int msm_hdmi_pll_8996_init(struct platform_device *pdev)
|