Searched refs:lvds_pll (Results 1 – 2 of 2) sorted by relevance
1190 tcon->lvds_pll = devm_clk_get(dev, "lvds-alt"); in sun4i_tcon_bind()1191 if (IS_ERR(tcon->lvds_pll)) { in sun4i_tcon_bind()1192 if (PTR_ERR(tcon->lvds_pll) == -ENOENT) { in sun4i_tcon_bind()1196 return PTR_ERR(tcon->lvds_pll); in sun4i_tcon_bind()
268 struct clk *lvds_pll; member