mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
phy: qcom: qmp: Enable IPQ5424 support
Enable QMP USB3 phy support for IPQ5424 SoC. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> Link: https://lore.kernel.org/r/20241118052839.382431-5-quic_varada@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
d70656aee7
commit
b8ef065c13
|
|
@ -2298,6 +2298,9 @@ static int qmp_usb_probe(struct platform_device *pdev)
|
|||
|
||||
static const struct of_device_id qmp_usb_of_match_table[] = {
|
||||
{
|
||||
.compatible = "qcom,ipq5424-qmp-usb3-phy",
|
||||
.data = &ipq9574_usb3phy_cfg,
|
||||
}, {
|
||||
.compatible = "qcom,ipq6018-qmp-usb3-phy",
|
||||
.data = &ipq6018_usb3phy_cfg,
|
||||
}, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user