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 62781C433F5 for ; Thu, 5 May 2022 22:33:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243910AbiEEWhJ (ORCPT ); Thu, 5 May 2022 18:37:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1386338AbiEEWg6 (ORCPT ); Thu, 5 May 2022 18:36:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ABB1B5DBF5; Thu, 5 May 2022 15:33:16 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 2D90161F38; Thu, 5 May 2022 22:33:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B6BCC385A8; Thu, 5 May 2022 22:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1651789995; bh=dBO/MLnsQy/kGCuLk61fP5WHUDFlubAkEBHFZpyIIBg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ievczZntj6avabOpqlSgoNxaSe3/eI9DMUpHaHsN3I1DR9SiboEVh0Epsaod8NnTF MCVflqizdmP4LQM5u/q8IzEPEWJNn+qRjIQSfCzIqRBZ4YgjH1tebX9kcanxEfYjyK qFBjCCOQ/ZmijcNGfeKxRixrd9jaeBuNaYq9BN9E= Date: Thu, 5 May 2022 22:02:11 +0200 From: Greg KH To: Rohit Agarwal Cc: agross@kernel.org, bjorn.andersson@linaro.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, manivannan.sadhasivam@linaro.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] ARM: dts: qcom: sdx65: Add USB3 and PHY support Message-ID: References: <1651482395-29443-1-git-send-email-quic_rohiagar@quicinc.com> <1651482395-29443-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: <1651482395-29443-4-git-send-email-quic_rohiagar@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, May 02, 2022 at 02:36:34PM +0530, Rohit Agarwal wrote: > Add devicetree nodes for enabling USB3 controller, Qcom QMP PHY and > SNPS HS PHY on SDX65. > > Signed-off-by: Rohit Agarwal > --- > arch/arm/boot/dts/qcom-sdx65.dtsi | 83 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 83 insertions(+) Does not apply to my tree :(