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-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: 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>

authored by

Luca Weiss and committed by
Vinod Koul
6f3652c9 082ffee0

+3
+3
drivers/phy/qualcomm/phy-qcom-qmp.c
··· 6008 6008 .compatible = "qcom,sm6115-qmp-ufs-phy", 6009 6009 .data = &sm6115_ufsphy_cfg, 6010 6010 }, { 6011 + .compatible = "qcom,sm6350-qmp-ufs-phy", 6012 + .data = &sdm845_ufsphy_cfg, 6013 + }, { 6011 6014 .compatible = "qcom,sm8150-qmp-ufs-phy", 6012 6015 .data = &sm8150_ufsphy_cfg, 6013 6016 }, {