Message ID | 20220920224320.152127-3-mailingradian@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | SDM670 USB 2.0 support | expand |
On 21/09/2022 00:43, Richard Acayan wrote: > The Snapdragon 670 has DWC3 USB support. Add a compatible to reflect > that. > > Signed-off-by: Richard Acayan <mailingradian@gmail.com> > --- Missing changes in allOf? Best regards, Krzysztof
> On 21/09/2022 00:43, Richard Acayan wrote: > > The Snapdragon 670 has DWC3 USB support. Add a compatible to reflect > > that. > > > > Signed-off-by: Richard Acayan <mailingradian@gmail.com> > > --- > > Missing changes in allOf? Oh, I didn't see that. Nice catch! > > > Best regards, > Krzysztof
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index cd2f7cb6745a..021bd9ba4261 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -26,6 +26,7 @@ properties: - qcom,sc7280-dwc3 - qcom,sc8280xp-dwc3 - qcom,sdm660-dwc3 + - qcom,sdm670-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 - qcom,sdx65-dwc3
The Snapdragon 670 has DWC3 USB support. Add a compatible to reflect that. Signed-off-by: Richard Acayan <mailingradian@gmail.com> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + 1 file changed, 1 insertion(+)