linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy
@ 2021-01-21  1:43 Bjorn Andersson
  2021-01-21  1:43 ` [PATCH 2/2] phy: qcom-qmp: " Bjorn Andersson
  2021-02-04  7:06 ` [PATCH 1/2] dt-bindings: phy: qcom,qmp: " Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-01-21  1:43 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Kishon Vijay Abraham I, Vinod Koul,
	Rob Herring, Manu Gautam
  Cc: linux-arm-msm, linux-kernel, devicetree

Add compatibles for the Qualcomm QMP PHY binding for the SuperSpeed USB
phys found in the SC8180x platform.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
index e272a1077150..bce85f37a32a 100644
--- a/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
+++ b/Documentation/devicetree/bindings/phy/qcom,qmp-phy.yaml
@@ -26,6 +26,7 @@ properties:
       - qcom,msm8998-qmp-ufs-phy
       - qcom,msm8998-qmp-usb3-phy
       - qcom,sc8180x-qmp-ufs-phy
+      - qcom,sc8180x-qmp-usb3-phy
       - qcom,sdm845-qhp-pcie-phy
       - qcom,sdm845-qmp-pcie-phy
       - qcom,sdm845-qmp-ufs-phy
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] phy: qcom-qmp: Add SC8180X USB phy
  2021-01-21  1:43 [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy Bjorn Andersson
@ 2021-01-21  1:43 ` Bjorn Andersson
  2021-02-04  7:06 ` [PATCH 1/2] dt-bindings: phy: qcom,qmp: " Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2021-01-21  1:43 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Kishon Vijay Abraham I, Vinod Koul,
	Manu Gautam
  Cc: Rob Herring, linux-arm-msm, linux-kernel, devicetree

The Qualcomm SC8180X has two QMP phys used for SuperSpeed USB, which are
either the same or very similar to the same found in SM8150. Add a
compatible for this, reusing the existing SM8150 USB phy config.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 drivers/phy/qualcomm/phy-qcom-qmp.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
index a1ea911856fb..8a63148a6df6 100644
--- a/drivers/phy/qualcomm/phy-qcom-qmp.c
+++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
@@ -4211,6 +4211,9 @@ static const struct of_device_id qcom_qmp_phy_of_match_table[] = {
 	}, {
 		.compatible = "qcom,sc8180x-qmp-ufs-phy",
 		.data = &sm8150_ufsphy_cfg,
+	}, {
+		.compatible = "qcom,sc8180x-qmp-usb3-phy",
+		.data = &sm8150_usb3phy_cfg,
 	}, {
 		.compatible = "qcom,sdm845-qhp-pcie-phy",
 		.data = &sdm845_qhp_pciephy_cfg,
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy
  2021-01-21  1:43 [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy Bjorn Andersson
  2021-01-21  1:43 ` [PATCH 2/2] phy: qcom-qmp: " Bjorn Andersson
@ 2021-02-04  7:06 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2021-02-04  7:06 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, Kishon Vijay Abraham I, Rob Herring, Manu Gautam,
	linux-arm-msm, linux-kernel, devicetree

On 20-01-21, 17:43, Bjorn Andersson wrote:
> Add compatibles for the Qualcomm QMP PHY binding for the SuperSpeed USB
> phys found in the SC8180x platform.

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-04  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  1:43 [PATCH 1/2] dt-bindings: phy: qcom,qmp: Add SC8180X USB phy Bjorn Andersson
2021-01-21  1:43 ` [PATCH 2/2] phy: qcom-qmp: " Bjorn Andersson
2021-02-04  7:06 ` [PATCH 1/2] dt-bindings: phy: qcom,qmp: " Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).