]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
phy: qcom-qmp: Add QMP UFS PHY support for msm8998
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Fri, 8 Feb 2019 22:14:30 +0000 (23:14 +0100)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 12 Feb 2019 07:32:38 +0000 (13:02 +0530)
Use same init sequence as sdm845.

Reviewed-by: Jeffrey Hugo <jhugo@codeaurora.org>
Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-qmp.c

index daf751500232fa262ac324a2d9435fb4f2029553..08d6f6f7f03955450238418e74c8b5257d3bd4d9 100644 (file)
@@ -1872,6 +1872,9 @@ static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
        }, {
                .compatible = "qcom,msm8996-qmp-usb3-phy",
                .data = &msm8996_usb3phy_cfg,
+       }, {
+               .compatible = "qcom,msm8998-qmp-ufs-phy",
+               .data = &sdm845_ufsphy_cfg,
        }, {
                .compatible = "qcom,ipq8074-qmp-pcie-phy",
                .data = &ipq8074_pciephy_cfg,