
This change adds the 7nm UFS QMP PHY driver support on Lahaina. Change-Id: I554884ef658ba759e7a917ab66cc992718f08fe4 Signed-off-by: Can Guo <cang@codeaurora.org>
17 lines
427 B
C
17 lines
427 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2013-2019, Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef PHY_QCOM_UFS_H_
|
|
#define PHY_QCOM_UFS_H_
|
|
|
|
#include "phy.h"
|
|
|
|
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);
|
|
|
|
#endif /* PHY_QCOM_UFS_H_ */
|
|
|