Searched full:usb2_refclk (Results 1 – 3 of 3) sorted by relevance
117 struct clk *usb2_refclk; member208 clk_prepare_enable(am62->usb2_refclk); in dwc3_ti_init()239 am62->usb2_refclk = devm_clk_get(dev, "ref"); in dwc3_ti_probe()240 if (IS_ERR(am62->usb2_refclk)) { in dwc3_ti_probe()241 dev_err(dev, "can't get usb2_refclk\n"); in dwc3_ti_probe()242 return PTR_ERR(am62->usb2_refclk); in dwc3_ti_probe()246 rate = clk_get_rate(am62->usb2_refclk); in dwc3_ti_probe()254 dev_err(dev, "unsupported usb2_refclk rate: %lu KHz\n", rate); in dwc3_ti_probe()299 clk_disable_unprepare(am62->usb2_refclk); in dwc3_ti_probe()355 clk_disable_unprepare(am62->usb2_refclk); in dwc3_ti_suspend_common()[all …]
33 description: Clock phandles to usb2_refclk and lpm_clk91 assigned-clocks = <&k3_clks 288 15>; /* USB2_REFCLK */
32 description: Clock phandle to usb2_refclk