On 8/21/2025 5:57 PM, Dmitry Baryshkov wrote:
On Thu, Aug 21, 2025 at 02:44:31AM -0700, Wenbin Yao wrote:
From: Prudhvi Yarlagadda <quic_pyarlaga@xxxxxxxxxxx>
Add support for Gen5 x4 PCIe QMP PHY found on Glymur platform.
Signed-off-by: Prudhvi Yarlagadda <quic_pyarlaga@xxxxxxxxxxx>
Signed-off-by: Wenbin Yao <wenbin.yao@xxxxxxxxxxxxxxxx>
---
drivers/phy/qualcomm/phy-qcom-qmp-pcie.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
@@ -5114,6 +5143,9 @@ static const struct of_device_id qmp_pcie_of_match_table[] = {
}, {
.compatible = "qcom,x1p42100-qmp-gen4x4-pcie-phy",
.data = &qmp_v6_gen4x4_pciephy_cfg,
+ }, {
+ .compatible = "qcom,glymur-qmp-gen5x4-pcie-phy",
+ .data = &glymur_qmp_gen5x4_pciephy_cfg,
Please keep the array sorted. LGTM otherwise.
OK, will fix it.
},
{ },
};
--
2.34.1
--
With best wishes
Wenbin