From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: Re: [PATCH v2 2/6] dt-bindings: usb: Add support for msm8998 Date: Tue, 15 Jan 2019 10:09:01 -0800 Message-ID: <20190115180901.GD28907@builder> References: <1547483787-5371-1-git-send-email-jhugo@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1547483787-5371-1-git-send-email-jhugo@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Jeffrey Hugo Cc: robh+dt@kernel.org, mark.rutland@arm.com, andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, kishon@ti.com, devicetree@vger.kernel.org, gregkh@linuxfoundation.org, balbi@kernel.org, linux-usb@vger.kernel.org List-Id: devicetree@vger.kernel.org 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 > Signed-off-by: Jeffrey Hugo > --- > 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. >