Commit 8456caa6 authored by Luca Weiss's avatar Luca Weiss Committed by Vinod Koul
Browse files

phy: qcom-qusb2: Add compatible for MSM8953



Add compatible for MSM8953 QUSB2 device which reuses MSM8996
configuration.

Signed-off-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Acked-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20220112194118.178026-3-luca@z3ntu.xyz


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 87332935
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -911,6 +911,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = {
	}, {
		.compatible	= "qcom,ipq8074-qusb2-phy",
		.data		= &msm8996_phy_cfg,
	}, {
		.compatible	= "qcom,msm8953-qusb2-phy",
		.data		= &msm8996_phy_cfg,
	}, {
		.compatible	= "qcom,msm8996-qusb2-phy",
		.data		= &msm8996_phy_cfg,