From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CE3AC54EE9 for ; Tue, 20 Sep 2022 23:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229870AbiITXwW (ORCPT ); Tue, 20 Sep 2022 19:52:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50876 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229655AbiITXwV (ORCPT ); Tue, 20 Sep 2022 19:52:21 -0400 Received: from relay06.th.seeweb.it (relay06.th.seeweb.it [IPv6:2001:4b7a:2000:18::167]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 764453A490 for ; Tue, 20 Sep 2022 16:52:20 -0700 (PDT) Received: from [192.168.1.101] (95.49.29.188.neoplus.adsl.tpnet.pl [95.49.29.188]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by m-r2.th.seeweb.it (Postfix) with ESMTPSA id 1E1A13F330; Wed, 21 Sep 2022 01:44:50 +0200 (CEST) Message-ID: Date: Wed, 21 Sep 2022 01:44:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH 3/3] usb: dwc3: qcom: add sdm670 compatible Content-Language: en-US To: Richard Acayan , linux-arm-msm@vger.kernel.org Cc: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Krzysztof Kozlowski , Greg Kroah-Hartman , Felipe Balbi , Wesley Cheng , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-usb@vger.kernel.org References: <20220920224320.152127-1-mailingradian@gmail.com> <20220920224320.152127-4-mailingradian@gmail.com> From: Konrad Dybcio In-Reply-To: <20220920224320.152127-4-mailingradian@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 21.09.2022 00:43, Richard Acayan wrote: > The Snapdragon 670 has DWC3 USB support. Add a compatible for device tree > semantics. > > Signed-off-by: Richard Acayan > --- Reviewed-by: Konrad Dybcio Konrad > drivers/usb/dwc3/dwc3-qcom.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c > index 9a94b1ab8f7a..34b70c3c2f70 100644 > --- a/drivers/usb/dwc3/dwc3-qcom.c > +++ b/drivers/usb/dwc3/dwc3-qcom.c > @@ -1010,6 +1010,7 @@ static const struct of_device_id dwc3_qcom_of_match[] = { > { .compatible = "qcom,msm8996-dwc3" }, > { .compatible = "qcom,msm8998-dwc3" }, > { .compatible = "qcom,sdm660-dwc3" }, > + { .compatible = "qcom,sdm670-dwc3" }, > { .compatible = "qcom,sdm845-dwc3" }, > { } > };