Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

phy: qcom-qusb2: Add compatible for QCM2290

Add compatible for QCM2290 QUSB2 device which reuses SM6115
configuration.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Link: https://lore.kernel.org/r/20210919031110.25064-3-shawn.guo@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Shawn Guo and committed by
Vinod Koul
0fd732f8 40683ee5

+3
+3
drivers/phy/qualcomm/phy-qcom-qusb2.c
··· 914 914 .compatible = "qcom,msm8998-qusb2-phy", 915 915 .data = &msm8998_phy_cfg, 916 916 }, { 917 + .compatible = "qcom,qcm2290-qusb2-phy", 918 + .data = &sm6115_phy_cfg, 919 + }, { 917 920 .compatible = "qcom,sdm660-qusb2-phy", 918 921 .data = &sdm660_phy_cfg, 919 922 }, {