Commit 7551d945 authored by David Wronek's avatar David Wronek Committed by Vinod Koul
Browse files

phy: qcom: qmp-ufs: Add SC7180 support



The SC7180 UFS PHY is identical to the one found on SM7150. Add a
compatible for it.

Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarDavid Wronek <davidwronek@gmail.com>
Link: https://lore.kernel.org/r/20240121-sm7125-upstream-v4-5-f7d1212c8ebb@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 1cf2bf8f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1880,6 +1880,9 @@ static const struct of_device_id qmp_ufs_of_match_table[] = {
	}, {
		.compatible = "qcom,sa8775p-qmp-ufs-phy",
		.data = &sa8775p_ufsphy_cfg,
	}, {
		.compatible = "qcom,sc7180-qmp-ufs-phy",
		.data = &sm7150_ufsphy_cfg,
	}, {
		.compatible = "qcom,sc7280-qmp-ufs-phy",
		.data = &sc7280_ufsphy_cfg,