mbox series

[0/2] Add QUSB2 PHY support for QCM2290

Message ID 20210919031110.25064-1-shawn.guo@linaro.org (mailing list archive)
Headers show
Series Add QUSB2 PHY support for QCM2290 | expand

Message

Shawn Guo Sept. 19, 2021, 3:11 a.m. UTC
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(+)

Comments

Vinod Koul Oct. 1, 2021, 9:49 a.m. UTC | #1
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