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-usb: Add sc8180x USB UNIPHY

The SC8180X platform has two UNIPHY blocks, add support for these in the
QMP driver.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240525-sc8180x-usb-mp-v1-2-60a904392438@quicinc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Bjorn Andersson and committed by
Vinod Koul
b279a835 4dc7e51a

+3
+3
drivers/phy/qualcomm/phy-qcom-qmp-usb.c
··· 2253 2253 .compatible = "qcom,sa8775p-qmp-usb3-uni-phy", 2254 2254 .data = &sa8775p_usb3_uniphy_cfg, 2255 2255 }, { 2256 + .compatible = "qcom,sc8180x-qmp-usb3-uni-phy", 2257 + .data = &sm8150_usb3_uniphy_cfg, 2258 + }, { 2256 2259 .compatible = "qcom,sc8280xp-qmp-usb3-uni-phy", 2257 2260 .data = &sc8280xp_usb3_uniphy_cfg, 2258 2261 }, {