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 69644CA1001 for ; Tue, 5 Sep 2023 20:14:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235381AbjIEUOF (ORCPT ); Tue, 5 Sep 2023 16:14:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243643AbjIEUNf (ORCPT ); Tue, 5 Sep 2023 16:13:35 -0400 X-Greylist: delayed 273 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 05 Sep 2023 13:13:10 PDT Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CEC3BCF1 for ; Tue, 5 Sep 2023 13:13:10 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40F09C433AD; Tue, 5 Sep 2023 18:17:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1693937829; bh=eJvviLwDFqy9JoGB1FIfd4zECgh9rL9Utbsa8UqT9zY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fWwkGOTBJiXRrUmLSjDfge8NnrrB0ljH9O1BcNAaSq6UvaLq1Q9iJCtD7/Zu2YJKn /sbbh+VoiLiw63Me9M41FT63ozxHfQYWNvdrsglus5eyMAs5fCnbYEa12CbuaBJHMQ GDeAmfL8QhBDGDYwV3gMCknPixQTviyPlYDY8IntXOr+JCqK5r+MOwBCU2IGSW31ya /7oG9Ihc4pxRhed4JqBY5v0ZKJq9FLz1N7i65IpF5HHxk1FVHg4J4s6805cSkZta8M rIJq8gDxMNsNRS/An5jGIQ30SBbmU0jeQca0YfduiWw8+inWLgKHJM8AH7+K+UB3fT DdwJ297tVhvzw== Received: (nullmailer pid 3744523 invoked by uid 1000); Tue, 05 Sep 2023 18:17:07 -0000 Date: Tue, 5 Sep 2023 13:17:07 -0500 From: Rob Herring To: Rohit Agarwal Cc: gregkh@linuxfoundation.org, robh+dt@kernel.org, conor+dt@kernel.org, andersson@kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, vkoul@kernel.org, quic_wcheng@quicinc.com, kernel@quicinc.com, agross@kernel.org, krzysztof.kozlowski+dt@linaro.org, konrad.dybcio@linaro.org, abel.vesa@linaro.org, kishon@kernel.org Subject: Re: [PATCH v2 3/5] dt-bindings: usb: qcom,dwc3: Fix SDX65 clocks Message-ID: <169393782673.3744474.2406769381713215825.robh@kernel.org> References: <1693909838-6682-1-git-send-email-quic_rohiagar@quicinc.com> <1693909838-6682-4-git-send-email-quic_rohiagar@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1693909838-6682-4-git-send-email-quic_rohiagar@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Tue, 05 Sep 2023 16:00:36 +0530, Rohit Agarwal wrote: > SDX65 has 5 clocks so mention in the bindings. > > Signed-off-by: Rohit Agarwal > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring