Message ID | 1693909838-6682-1-git-send-email-quic_rohiagar@quicinc.com |
---|---|
Headers | show |
Series | Add USB Support on Qualcomm's SDX75 Platform | expand |
On 05/09/2023 13:30, Rohit Agarwal wrote: > SDX65 has 5 clocks so mention in the bindings. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Fixes tag? > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > index 6759105..018117b 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > @@ -180,6 +180,7 @@ allOf: > - qcom,sdm670-dwc3 > - qcom,sdm845-dwc3 > - qcom,sdx55-dwc3 > + - qcom,sdx65-dwc3 Is indent correct here? > - qcom,sm6350-dwc3 > then: > properties:
On 9/6/2023 2:05 AM, Dmitry Baryshkov wrote: > On 05/09/2023 13:30, Rohit Agarwal wrote: >> SDX65 has 5 clocks so mention in the bindings. >> >> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> > > Fixes tag? Ack. > >> --- >> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> index 6759105..018117b 100644 >> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> @@ -180,6 +180,7 @@ allOf: >> - qcom,sdm670-dwc3 >> - qcom,sdm845-dwc3 >> - qcom,sdx55-dwc3 >> + - qcom,sdx65-dwc3 > > Is indent correct here? > I double cheked the patch and didnt find the indentation wrong. Not sure, in your reply it seems wrong but the original patch has correct indent. Thanks, Rohit >> - qcom,sm6350-dwc3 >> then: >> properties: >
On Wed, 6 Sept 2023 at 08:10, Rohit Agarwal <quic_rohiagar@quicinc.com> wrote: > > > On 9/6/2023 2:05 AM, Dmitry Baryshkov wrote: > > On 05/09/2023 13:30, Rohit Agarwal wrote: > >> SDX65 has 5 clocks so mention in the bindings. > >> > >> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> > > > > Fixes tag? > Ack. > > > >> --- > >> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + > >> 1 file changed, 1 insertion(+) > >> > >> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > >> b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > >> index 6759105..018117b 100644 > >> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > >> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > >> @@ -180,6 +180,7 @@ allOf: > >> - qcom,sdm670-dwc3 > >> - qcom,sdm845-dwc3 > >> - qcom,sdx55-dwc3 > >> + - qcom,sdx65-dwc3 > > > > Is indent correct here? > > > I double cheked the patch and didnt find the indentation wrong. Not > sure, in your reply it seems wrong but the original patch has correct > indent. Ack. > Thanks, > Rohit > >> - qcom,sm6350-dwc3 > >> then: > >> properties: > >