Loading drivers/usb/phy/phy-msm-qusb.c +4 −0 Original line number Diff line number Diff line Loading @@ -1088,6 +1088,10 @@ static int qusb_phy_probe(struct platform_device *pdev) if (ret) usb_remove_phy(&qphy->phy); /* de-assert clamp dig n to reduce leakage on 1p8 upon boot up */ if (qphy->tcsr_clamp_dig_n) writel_relaxed(0x0, qphy->tcsr_clamp_dig_n); return ret; } Loading Loading
drivers/usb/phy/phy-msm-qusb.c +4 −0 Original line number Diff line number Diff line Loading @@ -1088,6 +1088,10 @@ static int qusb_phy_probe(struct platform_device *pdev) if (ret) usb_remove_phy(&qphy->phy); /* de-assert clamp dig n to reduce leakage on 1p8 upon boot up */ if (qphy->tcsr_clamp_dig_n) writel_relaxed(0x0, qphy->tcsr_clamp_dig_n); return ret; } Loading