Message ID | 1586581352-27017-3-git-send-email-sivaprak@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Enable USB support in IPQ8074 | expand |
On Sat, 11 Apr 2020 10:32:29 +0530, Sivaprakash Murugesan wrote: > Add ipq8074 compatible in QUSB2 PHY for high speed USB support. > > Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org> > --- > [V2] > * Added new compatible for IPQ8074 > Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index 144ae29..60e4b14 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -18,6 +18,7 @@ properties: oneOf: - items: - enum: + - qcom,ipq8074-qusb2-phy - qcom,msm8996-qusb2-phy - qcom,msm8998-qusb2-phy - items:
Add ipq8074 compatible in QUSB2 PHY for high speed USB support. Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org> --- [V2] * Added new compatible for IPQ8074 Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 + 1 file changed, 1 insertion(+)