From patchwork Tue Sep 20 22:43:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Acayan X-Patchwork-Id: 607705 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 D3A3BC6FA92 for ; Tue, 20 Sep 2022 22:43:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbiITWnd (ORCPT ); Tue, 20 Sep 2022 18:43:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbiITWnc (ORCPT ); Tue, 20 Sep 2022 18:43:32 -0400 Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 24C7C66A4B; Tue, 20 Sep 2022 15:43:32 -0700 (PDT) Received: by mail-il1-x135.google.com with SMTP id g6so2219071ild.6; Tue, 20 Sep 2022 15:43:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=b8dyl9244tY8nMIX9q1PRZuMZkGz0f5pEOzanhucPvA=; b=Yk2bQf7UvCto57hCAVFg2bl5UyUOKKotFL4ZFw8RDpGbLLhs4AbHUy407v4TVsfVQH 8VTux4naPtWhZRYAbJTQjmTgDA6Ez4qiUvR2S7tkBSb8AdffooWj+gxekCYVQXV+09G6 Wd7XR3PAB773gmgVjZwWpC7kotPBO274tCg9ikzhGzQKBNYnNSAnUqVfFt4gl/9r35o3 0FQzS/3YJ8p5g2d7Cv//mWWzQyhA/Ya3RUKdZ3WrbFFm7+P/3P1QN0ImmUdPu/S9ZK/N zOqFMChTYcyGN+VciCu8SVcemVhZxit+eeOt8+W6PN9ofZAk8L0xLxdZ4T3EZtgontcw HNLg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=b8dyl9244tY8nMIX9q1PRZuMZkGz0f5pEOzanhucPvA=; b=LpUP3zJ5HD4KZm689U4v9K5XgaOv0rKK/TPnFwI0BHqPZyypcGnCh1rV5Sur6MQHtE 9Vbvfmq/0MwLxdNY5IDOt9y3fILYDhUWwh2+2BGiCEC36cwhcl3NU93Nr/x0i4oHH9uv WRrtztG7bZEQozhh/2Gt7sYSZXWdaOzIBnf9OkqNdapYy3dJR/1PzpiGwZ3URG7DJAWS jDaWQjVEszCgpHsGwBkxkgB95fum4RK0jqfl/qvlo2oWH+xX01Q8yY/XUg67OnaNTDT3 XcRaRN9uqbChMLPF4hnRPAQhmAfmngdG2w3Ptdqa5GiT5T5OvOkmkj5/eEr2LLIQzHvk OZhg== X-Gm-Message-State: ACrzQf2nMhXirtd/72CiN0itbDG4GTVgNV7bykuRn2o1OKm4rZc/NSGw TZt9ySSDg1t6FlXASvsCqHfHf2Ecqrk= X-Google-Smtp-Source: AMsMyM6fCi/HU18Py5bqDsyyU69KaF/bT/2N8tT5o9m4Muc9JOL0bnJYmhIO9/Jinbwppx7rh/fLiQ== X-Received: by 2002:a05:6e02:12c6:b0:2f6:5f42:89ed with SMTP id i6-20020a056e0212c600b002f65f4289edmr828295ilm.153.1663713811347; Tue, 20 Sep 2022 15:43:31 -0700 (PDT) Received: from localhost ([2607:fea8:a2e2:2d00::a533]) by smtp.gmail.com with UTF8SMTPSA id f15-20020a056602088f00b006896f36afecsm438791ioz.15.2022.09.20.15.43.29 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Sep 2022 15:43:30 -0700 (PDT) From: Richard Acayan To: linux-arm-msm@vger.kernel.org Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , 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, Richard Acayan Subject: [PATCH 1/3] dt-bindings: phy: qcom,qusb2: document sdm670 compatible Date: Tue, 20 Sep 2022 18:43:18 -0400 Message-Id: <20220920224320.152127-2-mailingradian@gmail.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220920224320.152127-1-mailingradian@gmail.com> References: <20220920224320.152127-1-mailingradian@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The Snapdragon 670 uses the QUSB driver for USB 2.0. Document the compatible used in the device tree. Signed-off-by: Richard Acayan Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml index d68ab49345b8..636ea430fbff 100644 --- a/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml @@ -30,6 +30,7 @@ properties: - items: - enum: - qcom,sc7180-qusb2-phy + - qcom,sdm670-qusb2-phy - qcom,sdm845-qusb2-phy - qcom,sm6350-qusb2-phy - const: qcom,qusb2-v2-phy From patchwork Tue Sep 20 22:43:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Acayan X-Patchwork-Id: 607704 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 00915C6FA82 for ; Tue, 20 Sep 2022 22:43:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229962AbiITWnk (ORCPT ); Tue, 20 Sep 2022 18:43:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229767AbiITWni (ORCPT ); Tue, 20 Sep 2022 18:43:38 -0400 Received: from mail-io1-xd36.google.com (mail-io1-xd36.google.com [IPv6:2607:f8b0:4864:20::d36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E208D6BD61; Tue, 20 Sep 2022 15:43:36 -0700 (PDT) Received: by mail-io1-xd36.google.com with SMTP id d8so3605705iof.11; Tue, 20 Sep 2022 15:43:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=7xsEMjteUIRYdHjfsuLZY+0Sg1b2m+N60SxgczV6reU=; b=l6v1Z+GNYF63ivSVS56CRei7tIxROuPjdYd1VsP1VI2dU1K9slSd3CfjTQHbcCrDh2 L/VC4wqAICo7M+Y8+sKDpEn8d45/IAummtm3+j1+7EEnl643GoGdRGKUhct3U6PYNAt9 nUxhZ1LMYXpm6S92EC2v3Cy767FzMXh5YLecf+nNQHGe7IzykaW1vuHYOXAGM3581oUl 6wqjT/31gwptkUEIzOGqE1a0NpnhBmV4/Iw0plb+D0XAHjG4NJX2S2KX6D+IG+75caCq tS2JXu86FNndfO2wCkjl18kNOrTi1xoOCUbptuvNn6pUq0RnhUnTAcepn4SLc4MdxWBj UnBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=7xsEMjteUIRYdHjfsuLZY+0Sg1b2m+N60SxgczV6reU=; b=G9NqUWFvvtKjMZtB23smyt9UUD9cQL9O5OHTAkj1yrBTzpSiauFqsftxOhKoMCaD3W wL5ep27cJmXSJAfGY32jLXttny91PpEHOcy/gb0KZ9TJ2ZQfx4Y3Wxy+14Yi8tP0nS5v /8P8n+2r4zIgP4rHGNVyLJ5dCcwjVn24HlXlvAg/ZMBRp/dpBAD2EXr2FIAzc8DlTLkA At9t8Hm0jDgG3XIRbJclVc9IqdsGQo4gjTK3tNAE+TGJ4wJSxCuyCWa2itpQ/QUT+KwV g81CSSbzDK1CG9l/IKEw2f/QKN70oZ3LghKXaC5CDOziXXwwckDVURMXvDGAfcebE+35 HTzQ== X-Gm-Message-State: ACrzQf2aBIvcpfXG3ciIi0n37JrD1x8BmyBsyQ9Lui2xAeyi+MZEfFMl YRktGY7VL83f+6FugJvc7TExATluSuw= X-Google-Smtp-Source: AMsMyM7unFkrTrNS+6qbuaDDl4WIJnO3Ixz7/PW2/OS0pNg9dEBPssaoow1zBR4bj2kpirKTJ4LgPg== X-Received: by 2002:a05:6638:1606:b0:35a:5472:fa1b with SMTP id x6-20020a056638160600b0035a5472fa1bmr11423321jas.241.1663713816433; Tue, 20 Sep 2022 15:43:36 -0700 (PDT) Received: from localhost ([2607:fea8:a2e2:2d00::a533]) by smtp.gmail.com with UTF8SMTPSA id d38-20020a0285a9000000b003469c4d60fesm407468jai.27.2022.09.20.15.43.34 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 20 Sep 2022 15:43:36 -0700 (PDT) From: Richard Acayan To: linux-arm-msm@vger.kernel.org Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , 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, Richard Acayan Subject: [PATCH 3/3] usb: dwc3: qcom: add sdm670 compatible Date: Tue, 20 Sep 2022 18:43:20 -0400 Message-Id: <20220920224320.152127-4-mailingradian@gmail.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220920224320.152127-1-mailingradian@gmail.com> References: <20220920224320.152127-1-mailingradian@gmail.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The Snapdragon 670 has DWC3 USB support. Add a compatible for device tree semantics. Signed-off-by: Richard Acayan --- 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" }, { } };