Message ID | ef5af2e581203e2101773863aa7e1667b4d1b705.1679388632.git.quic_varada@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Enable IPQ9754 USB | expand |
On 21 March 2023 11:54:19 GMT+03:00, Varadarajan Narayanan <quic_varada@quicinc.com> wrote: >Document the compatible string used for the qusb2 phy in IPQ9574. > >Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > >--- > Changes in v2: > - Moved ipq6018 to the proper place and placed ipq9574 > next to it as suggested by Dmitry >--- > Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml >index 7f403e7..eaecf9b 100644 >--- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml >+++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml >@@ -19,12 +19,13 @@ properties: > - items: > - enum: > - qcom,ipq8074-qusb2-phy >+ - qcom,ipq6018-qusb2-phy >+ - qcom,ipq9574-qusb2-phy This still isn't sorted > - qcom,msm8953-qusb2-phy > - qcom,msm8996-qusb2-phy > - qcom,msm8998-qusb2-phy > - qcom,qcm2290-qusb2-phy > - qcom,sdm660-qusb2-phy >- - qcom,ipq6018-qusb2-phy > - qcom,sm4250-qusb2-phy > - qcom,sm6115-qusb2-phy > - items:
On Tue, Mar 21, 2023 at 02:17:13PM +0300, Dmitry Baryshkov wrote: > > > On 21 March 2023 11:54:19 GMT+03:00, Varadarajan Narayanan <quic_varada@quicinc.com> wrote: > >Document the compatible string used for the qusb2 phy in IPQ9574. > > > >Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > >Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > > > >--- > > Changes in v2: > > - Moved ipq6018 to the proper place and placed ipq9574 > > next to it as suggested by Dmitry > >--- > > Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > >diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > >index 7f403e7..eaecf9b 100644 > >--- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > >+++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml > >@@ -19,12 +19,13 @@ properties: > > - items: > > - enum: > > - qcom,ipq8074-qusb2-phy > >+ - qcom,ipq6018-qusb2-phy > >+ - qcom,ipq9574-qusb2-phy > > This still isn't sorted Sorry. Will fix this. Thanks Varada > > > - qcom,msm8953-qusb2-phy > > - qcom,msm8996-qusb2-phy > > - qcom,msm8998-qusb2-phy > > - qcom,qcm2290-qusb2-phy > > - qcom,sdm660-qusb2-phy > >- - qcom,ipq6018-qusb2-phy > > - qcom,sm4250-qusb2-phy > > - qcom,sm6115-qusb2-phy > > - items: > > -- > With best wishes > Dmitry
diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index 7f403e7..eaecf9b 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -19,12 +19,13 @@ properties: - items: - enum: - qcom,ipq8074-qusb2-phy + - qcom,ipq6018-qusb2-phy + - qcom,ipq9574-qusb2-phy - qcom,msm8953-qusb2-phy - qcom,msm8996-qusb2-phy - qcom,msm8998-qusb2-phy - qcom,qcm2290-qusb2-phy - qcom,sdm660-qusb2-phy - - qcom,ipq6018-qusb2-phy - qcom,sm4250-qusb2-phy - qcom,sm6115-qusb2-phy - items: