Message ID | 20210622203240.559979-2-iskren.chernev@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | Add USB HS support for SM4250/6115 | expand |
On Tue 22 Jun 15:32 CDT 2021, Iskren Chernev wrote: > Add the compatible string for SM6115/4250 SoC from Qualcomm. > > Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > index 413299b5fe2b..4e6451789806 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > @@ -19,6 +19,8 @@ properties: > - qcom,sc7280-dwc3 > - qcom,sdm845-dwc3 > - qcom,sdx55-dwc3 > + - qcom,sm4250-dwc3 > + - qcom,sm6115-dwc3 > - qcom,sm8150-dwc3 > - qcom,sm8250-dwc3 > - qcom,sm8350-dwc3 > -- > 2.31.1 >
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 413299b5fe2b..4e6451789806 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -19,6 +19,8 @@ properties: - qcom,sc7280-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 + - qcom,sm4250-dwc3 + - qcom,sm6115-dwc3 - qcom,sm8150-dwc3 - qcom,sm8250-dwc3 - qcom,sm8350-dwc3
Add the compatible string for SM6115/4250 SoC from Qualcomm. Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ 1 file changed, 2 insertions(+)