2019-01-14 16:38:27

by Jeffrey Hugo

[permalink] [raw]
Subject: [PATCH v2 2/6] dt-bindings: usb: Add support for msm8998

msm8998 USB has a dwc3 controller just like the existing sdm845 support

Signed-off-by: Jeffrey Hugo <[email protected]>
---
Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
index 95afdcf..cb695aa 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
@@ -4,6 +4,7 @@ Required properties:
- compatible: Compatible list, contains
"qcom,dwc3"
"qcom,msm8996-dwc3" for msm8996 SOC.
+ "qcom,msm8998-dwc3" for msm8998 SOC.
"qcom,sdm845-dwc3" for sdm845 SOC.
- reg: Offset and length of register set for QSCRATCH wrapper
- power-domains: specifies a phandle to PM domain provider node
--
Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc.
Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.



2019-01-16 07:28:17

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH v2 2/6] dt-bindings: usb: Add support for msm8998

On Mon 14 Jan 08:36 PST 2019, Jeffrey Hugo wrote:

> msm8998 USB has a dwc3 controller just like the existing sdm845 support
>

Reviewed-by: Bjorn Andersson <[email protected]>

> Signed-off-by: Jeffrey Hugo <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
> index 95afdcf..cb695aa 100644
> --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
> +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt
> @@ -4,6 +4,7 @@ Required properties:
> - compatible: Compatible list, contains
> "qcom,dwc3"
> "qcom,msm8996-dwc3" for msm8996 SOC.
> + "qcom,msm8998-dwc3" for msm8998 SOC.
> "qcom,sdm845-dwc3" for sdm845 SOC.
> - reg: Offset and length of register set for QSCRATCH wrapper
> - power-domains: specifies a phandle to PM domain provider node
> --
> Qualcomm Datacenter Technologies as an affiliate of Qualcomm Technologies, Inc.
> Qualcomm Technologies, Inc. is a member of the
> Code Aurora Forum, a Linux Foundation Collaborative Project.
>

2019-01-17 07:59:14

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2 2/6] dt-bindings: usb: Add support for msm8998

On Mon, 14 Jan 2019 09:36:27 -0700, Jeffrey Hugo wrote:
> msm8998 USB has a dwc3 controller just like the existing sdm845 support
>
> Signed-off-by: Jeffrey Hugo <[email protected]>
> ---
> Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 +
> 1 file changed, 1 insertion(+)
>

Reviewed-by: Rob Herring <[email protected]>