mbox series

[v2,0/2] Add support for USB3 PHY on SDX55

Message ID 20210111113010.32056-1-manivannan.sadhasivam@linaro.org
Headers show
Series Add support for USB3 PHY on SDX55 | expand

Message

Manivannan Sadhasivam Jan. 11, 2021, 11:30 a.m. UTC
Hello,

This series adds USB3 PHY support for SDX55 platform. The USB3 PHY is of
type QMP and revision 4.0.0. In this revision, "com_aux" clock is not
utilized.

This series has been tested on SDX55-MTP along with the relevant DT node.

Thanks,
Mani

Changes in v2:

* Fixed the binding to use only 3 clocks

Manivannan Sadhasivam (2):
  dt-bindings: phy: qcom,qmp: Add SDX55 USB PHY binding
  phy: qcom-qmp: Add support for SDX55 QMP PHY

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 27 ++++++
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 83 +++++++++++++++++++
 2 files changed, 110 insertions(+)

Comments

Rob Herring (Arm) Jan. 14, 2021, 7:29 p.m. UTC | #1
On Mon, 11 Jan 2021 17:00:09 +0530, Manivannan Sadhasivam wrote:
> Add devicetree YAML binding for Qualcomm QMP Super Speed (SS) PHY found
> in SDX55.
> 
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
> ---
>  .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 27 +++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Vinod Koul Jan. 17, 2021, 6:55 a.m. UTC | #2
On 11-01-21, 17:00, Manivannan Sadhasivam wrote:
> Hello,

> 

> This series adds USB3 PHY support for SDX55 platform. The USB3 PHY is of

> type QMP and revision 4.0.0. In this revision, "com_aux" clock is not

> utilized.

> 

> This series has been tested on SDX55-MTP along with the relevant DT node.


Applied, thanks

-- 
~Vinod