Message ID | 1693889028-6485-4-git-send-email-quic_rohiagar@quicinc.com |
---|---|
State | Superseded |
Headers | show |
Series | Add USB Support on Qualcomm's SDX75 Platform | expand |
On 05/09/2023 06:43, Rohit Agarwal wrote: > Add missing SDX65 compatible for specifying the clocks used. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> > --- > 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 5c13229..fa51f50 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > @@ -186,6 +186,7 @@ allOf: > - qcom,sdm670-dwc3 > - qcom,sdm845-dwc3 > - qcom,sdx55-dwc3 > + - qcom,sdx65-dwc3 That's not a complete change. Update the rest of the file. Best regards, Krzysztof
On 05/09/2023 08:49, Krzysztof Kozlowski wrote: > On 05/09/2023 06:43, Rohit Agarwal wrote: >> Add missing SDX65 compatible for specifying the clocks used. >> >> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> >> --- >> 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 5c13229..fa51f50 100644 >> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >> @@ -186,6 +186,7 @@ allOf: >> - qcom,sdm670-dwc3 >> - qcom,sdm845-dwc3 >> - qcom,sdx55-dwc3 >> + - qcom,sdx65-dwc3 > > That's not a complete change. Update the rest of the file. Hm, your subject is confusing. The SDX65 is not missing and you do not add missing compatible. Best regards, Krzysztof
On 9/5/2023 12:21 PM, Krzysztof Kozlowski wrote: > On 05/09/2023 08:49, Krzysztof Kozlowski wrote: >> On 05/09/2023 06:43, Rohit Agarwal wrote: >>> Add missing SDX65 compatible for specifying the clocks used. >>> >>> Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> >>> --- >>> 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 5c13229..fa51f50 100644 >>> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >>> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml >>> @@ -186,6 +186,7 @@ allOf: >>> - qcom,sdm670-dwc3 >>> - qcom,sdm845-dwc3 >>> - qcom,sdx55-dwc3 >>> + - qcom,sdx65-dwc3 >> That's not a complete change. Update the rest of the file. > Hm, your subject is confusing. The SDX65 is not missing and you do not > add missing compatible. Sure will rephrase the subject for this. Thanks, Rohit. > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 5c13229..fa51f50 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -186,6 +186,7 @@ allOf: - qcom,sdm670-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 + - qcom,sdx65-dwc3 - qcom,sm6350-dwc3 then: properties:
Add missing SDX65 compatible for specifying the clocks used. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + 1 file changed, 1 insertion(+)