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

Commit c337ef15 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "scsi: ufs-qcom: update phy revision information"

parents db33e6b4 5cb24d0d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2768,11 +2768,9 @@ static int ufs_qcom_init(struct ufs_hba *hba)
	}

	/* update phy revision information before calling phy_init() */
	/*
	 * FIXME:
	 * ufs_qcom_phy_save_controller_version(host->generic_phy,
	 *	host->hw_ver.major, host->hw_ver.minor, host->hw_ver.step);
	 */
	ufs_qcom_phy_save_controller_version(host->generic_phy,
			host->hw_ver.major, host->hw_ver.minor, host->hw_ver.step);

	 err = ufs_qcom_parse_reg_info(host, "qcom,vddp-ref-clk",
				      &host->vddp_ref_clk);

+2 −0
Original line number Diff line number Diff line
@@ -11,6 +11,8 @@
void ufs_qcom_phy_ctrl_rx_linecfg(struct phy *generic_phy, bool ctrl);
void ufs_qcom_phy_set_tx_lane_enable(struct phy *generic_phy, u32 tx_lanes);
void ufs_qcom_phy_dbg_register_dump(struct phy *generic_phy);
void ufs_qcom_phy_save_controller_version(struct phy *generic_phy,
					  u8 major, u16 minor, u16 step);

#endif /* PHY_QCOM_UFS_H_ */