Commit 6f3652c9 authored by Luca Weiss's avatar Luca Weiss Committed by Vinod Koul

phy: qcom-qmp: Add SM6350 UFS PHY support

The SM6350 UFS PHY is compatible with the one from SDM845. Add a
compatible for that.
Signed-off-by: default avatarLuca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20220321133318.99406-4-luca.weiss@fairphone.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 082ffee0
......@@ -6007,6 +6007,9 @@ static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
}, {
.compatible = "qcom,sm6115-qmp-ufs-phy",
.data = &sm6115_ufsphy_cfg,
}, {
.compatible = "qcom,sm6350-qmp-ufs-phy",
.data = &sdm845_ufsphy_cfg,
}, {
.compatible = "qcom,sm8150-qmp-ufs-phy",
.data = &sm8150_ufsphy_cfg,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment