mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
Merge "usb: phy: qusb: Fix incorrect clock assignment"
This commit is contained in:
commit
0194e5b3a3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ static int qusb_phy_probe(struct platform_device *pdev)
|
|||
return PTR_ERR(qphy->ref_clk);
|
||||
clk_set_rate(qphy->ref_clk, 19200000);
|
||||
|
||||
qphy->phy_reset = devm_clk_get(dev, "cfg_ahb_clk");
|
||||
qphy->cfg_ahb_clk = devm_clk_get(dev, "cfg_ahb_clk");
|
||||
if (IS_ERR(qphy->cfg_ahb_clk))
|
||||
return PTR_ERR(qphy->cfg_ahb_clk);
|
||||
|
||||
|
|
Loading…
Reference in a new issue