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 15499C32771 for ; Sat, 24 Sep 2022 07:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233339AbiIXHJZ (ORCPT ); Sat, 24 Sep 2022 03:09:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233204AbiIXHJY (ORCPT ); Sat, 24 Sep 2022 03:09:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD329132FC7; Sat, 24 Sep 2022 00:09:23 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 69FF5B80D5A; Sat, 24 Sep 2022 07:09:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 299F7C433D7; Sat, 24 Sep 2022 07:09:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664003361; bh=AJt4zk93LVa4vecHkex6IL/BxdunkkrtiUumB+OGOmM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QeXCkrbT8j663DS9Fvd2Jl0nGwXEJLvAQJV2hjUF0rrmABKRVesPRssUN9xfFM4zY cZXY/kzupnh/PmAh8Ip0g08lrCxtvGPzhWHvE8d6bW9B+3fBa6OEie0hK3n3MNjGnW ZqosHgnEl6ZCeeeug9op1kQw2GPnfO7GXRX7rxX7tFAw0dA/fRy9hISYCrjy4aH1lH voiSAIUOljzqxN3dE7nxADZIBWiPAoUAsaZMO+4bqCaK53upojuq8p/omnCQD0gtb3 gSvV1oy0UpRqBLzcwWjlHe5Nee7h5JWPaapl3aVR70eU+gg6ZwvOGSMhvemM9CvpUM EC66dv0OMET+A== Date: Sat, 24 Sep 2022 12:39:16 +0530 From: Vinod Koul To: Richard Acayan Cc: linux-arm-msm@vger.kernel.org, Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , 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 Subject: Re: [PATCH v2 0/2] SDM670 USB 2.0 support Message-ID: References: <20220922024656.178529-1-mailingradian@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220922024656.178529-1-mailingradian@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 21-09-22, 22:46, Richard Acayan wrote: > Changes since v1: > - drop driver patch (some maintainers might be excluded from v3 > recipients because of this) > - add entries in usb clocks and interrupts > > This adds compatible strings for USB 2.0 on the Qualcomm Snapdragon 670. I > have no way to test USB 3.0 because my SDM670 device doesn't have USB 3. No driver use for this? > > Documentation/devicetree/bindings/phy/qcom,qusb2-phy.yaml | 1 + > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 3 +++ > 2 files changed, 4 insertions(+) > -- ~Vinod