mbox series

[0/3] phy: qualcomm: support IPQ60xx USB PHY

Message ID cover.1611756920.git.baruch@tkos.co.il (mailing list archive)
Headers show
Series phy: qualcomm: support IPQ60xx USB PHY | expand

Message

Baruch Siach Jan. 27, 2021, 2:20 p.m. UTC
The short series adds support for USB PHY on IPQ60xx based platforms. Tested 
on CP01 board.

The code is forward-ported from downstream codeaurora kernel at

  https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-ipq-5.4/

Baruch Siach (1):
  dt-bindings: phy: qcom,qusb2: document ipq6018 compatible

Kathiravan T (2):
  phy: qcom-qusb2: add QUSB2 support for IPQ6018
  arm64: dts: ipq6018: enable USB2 support

 .../bindings/phy/qcom,qusb2-phy.yaml          |  1 +
 arch/arm64/boot/dts/qcom/ipq6018-cp01-c1.dts  |  8 ++++
 arch/arm64/boot/dts/qcom/ipq6018.dtsi         | 48 +++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qusb2.c         | 44 +++++++++++++++++
 4 files changed, 101 insertions(+)

Comments

Vinod Koul Feb. 4, 2021, 7:50 a.m. UTC | #1
On 27-01-21, 16:20, Baruch Siach wrote:
> The short series adds support for USB PHY on IPQ60xx based platforms. Tested 
> on CP01 board.
> 
> The code is forward-ported from downstream codeaurora kernel at
> 
>   https://source.codeaurora.org/quic/qsdk/oss/kernel/linux-ipq-5.4/

Applied driver and binding patch, thanks

DT can be picked by Bjorn