phy: qcom-qmp: Add SM6350 UFS PHY support
authorLuca Weiss <luca.weiss@fairphone.com>
Mon, 21 Mar 2022 13:33:15 +0000 (14:33 +0100)
committerVinod Koul <vkoul@kernel.org>
Mon, 11 Apr 2022 18:04:01 +0000 (23:34 +0530)
The SM6350 UFS PHY is compatible with the one from SDM845. Add a
compatible for that.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20220321133318.99406-4-luca.weiss@fairphone.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp.c

index b144ae1f729abff071fedecb1bbe6345f4e3c868..1628275265b5e63f7d447d82d22c418a558ec7fb 100644 (file)
@@ -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,