Searched refs:sclk_vpll (Results 1 – 1 of 1) sorted by relevance
344 struct clk *sclk_vpll; in sdo_probe() local404 sclk_vpll = clk_get(dev, "sclk_vpll"); in sdo_probe()405 if (IS_ERR(sclk_vpll)) { in sdo_probe()407 ret = PTR_ERR(sclk_vpll); in sdo_probe()410 clk_set_parent(sdev->sclk_dac, sclk_vpll); in sdo_probe()411 clk_put(sclk_vpll); in sdo_probe()418 dev_info(dev, "fout_vpll.rate = %lu\n", clk_get_rate(sclk_vpll)); in sdo_probe()