Message ID | 1651482395-29443-3-git-send-email-quic_rohiagar@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 78489569b7d775fcb4dba8822be6526761efe3ae |
Headers | show |
Series | Devicetree updates for Interconnect, USB3 and PHY support | expand |
On 02/05/2022 11:06, Rohit Agarwal wrote: > Add devicetree binding for SDX65 USB controller based on > Qcom designware IP. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Mon, May 02, 2022 at 02:36:33PM +0530, Rohit Agarwal wrote: > Add devicetree binding for SDX65 USB controller based on > Qcom designware IP. > > Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Thanks, Mani > --- > 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 ce252db..2d73b03 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > @@ -24,6 +24,7 @@ properties: > - qcom,sdm660-dwc3 > - qcom,sdm845-dwc3 > - qcom,sdx55-dwc3 > + - qcom,sdx65-dwc3 > - qcom,sm4250-dwc3 > - qcom,sm6115-dwc3 > - qcom,sm6350-dwc3 > -- > 2.7.4 >
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index ce252db..2d73b03 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -24,6 +24,7 @@ properties: - qcom,sdm660-dwc3 - qcom,sdm845-dwc3 - qcom,sdx55-dwc3 + - qcom,sdx65-dwc3 - qcom,sm4250-dwc3 - qcom,sm6115-dwc3 - qcom,sm6350-dwc3
Add devicetree binding for SDX65 USB controller based on Qcom designware IP. Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + 1 file changed, 1 insertion(+)