Skip to content

Commit 25c36b5

Browse files
Kathiravan Thirumoorthyvinodkoul
authored andcommitted
phy: qcom-qusb2: reuse the IPQ6018 settings for IPQ5424
With the settings used in the commit 9c56a1d ("phy: qcom-qusb2: add QUSB2 support for IPQ5424"), compliance test cases especially eye-diagram (Host High-speed Signal Quality) tests are failing. Reuse the IPQ6018 settings for IPQ5424 as mentioned in the Hardware Design Document which helps to meet all the complaince requirement test cases. Fixes: 9c56a1d ("phy: qcom-qusb2: add QUSB2 support for IPQ5424") Signed-off-by: Kathiravan Thirumoorthy <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20250415-revert_hs_phy_settings-v3-2-3a8f86211b59@oss.qualcomm.com Signed-off-by: Vinod Koul <[email protected]>
1 parent 8a040e1 commit 25c36b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/phy/qualcomm/phy-qcom-qusb2.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,9 @@ static const struct phy_ops qusb2_phy_gen_ops = {
929929

930930
static const struct of_device_id qusb2_phy_of_match_table[] = {
931931
{
932+
.compatible = "qcom,ipq5424-qusb2-phy",
933+
.data = &ipq6018_phy_cfg,
934+
}, {
932935
.compatible = "qcom,ipq6018-qusb2-phy",
933936
.data = &ipq6018_phy_cfg,
934937
}, {

0 commit comments

Comments
 (0)