2021-09-19 15:21:17

by Shawn Guo

[permalink] [raw]
Subject: [PATCH 0/2] Add QUSB2 PHY support for QCM2290

The series adds QUSB2 PHY support for QCM2290 platform, by documenting
the compatible and it into driver match table.

Shawn Guo (2):
dt-bindings: phy: qcom,qusb2: Add compatible for QCM2290
phy: qcom-qusb2: Add compatible for QCM2290

Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 +
drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +++
2 files changed, 4 insertions(+)

--
2.17.1


2021-09-19 15:30:41

by Shawn Guo

[permalink] [raw]
Subject: [PATCH 2/2] phy: qcom-qusb2: Add compatible for QCM2290

Add compatible for QCM2290 QUSB2 device which reuses SM6115
configuration.

Signed-off-by: Shawn Guo <[email protected]>
---
drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +++
1 file changed, 3 insertions(+)

diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/drivers/phy/qualcomm/phy-qcom-qusb2.c
index 3c1d3b71c825..ae063a8b3e28 100644
--- a/drivers/phy/qualcomm/phy-qcom-qusb2.c
+++ b/drivers/phy/qualcomm/phy-qcom-qusb2.c
@@ -913,6 +913,9 @@ static const struct of_device_id qusb2_phy_of_match_table[] = {
}, {
.compatible = "qcom,msm8998-qusb2-phy",
.data = &msm8998_phy_cfg,
+ }, {
+ .compatible = "qcom,qcm2290-qusb2-phy",
+ .data = &sm6115_phy_cfg,
}, {
.compatible = "qcom,sdm660-qusb2-phy",
.data = &sdm660_phy_cfg,
--
2.17.1

2021-10-01 10:40:55

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH 0/2] Add QUSB2 PHY support for QCM2290

On 19-09-21, 11:11, Shawn Guo wrote:
> The series adds QUSB2 PHY support for QCM2290 platform, by documenting
> the compatible and it into driver match table.

Applied, thanks

--
~Vinod