Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5935b509 authored by Can Guo's avatar Can Guo
Browse files

phy: qcom-ufs: don't error out if vddp-ref-clk-supply is absent



vddp-ref-clk-supply is controlled by UFS host, so it can be absent in UFS
PHY's DT and shouldn't be considered as error.

Change-Id: I7f8af258c59851ccd8adceb73f9a6da62472e915
Signed-off-by: default avatarCan Guo <cang@codeaurora.org>
parent a686b527
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ int ufs_qcom_phy_init_vregulators(struct ufs_qcom_phy *phy_common)
	if (err)
		goto out;

	err = ufs_qcom_phy_init_vreg(phy_common->dev, &phy_common->vddp_ref_clk,
	ufs_qcom_phy_init_vreg(phy_common->dev, &phy_common->vddp_ref_clk,
				     "vddp-ref-clk");

out: