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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B5D6FCD37AE for ; Wed, 4 Sep 2024 07:03:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=0da2INkl7N5tQ/zbwiFsQK0W4kE6k7izL62PrE6o61c=; b=hD9rOz6iqrrP387NEN7HT5cNIo /MWxgtGC42xoSMtJYIbd8uewFLVQdQEMtjVx1xj7CS+4G1CB0oYJIKld62qwVAI/P112qMIlX0OLf sjm7e81rqNrv+fa9X+RKoVtXK+YlZjCU2cYKwDYHVp/5lNPXY6tptb0LKuJAPyKt4WMbGPH2iZ97l sfzrZZMWy4iFf4lyFwXp/SfPXyvxLieCVZiAtajXkrRyb9/Q+eW9usCCj2FJNhD2IoTghvTwfVtqw Q691Jckj7yWV2qa2SIxkEjcmYXByy0/Iitn7J8GKAI9BXme0jmmL6WC2qXC7TdBWqcT4zYmaE/u/B T9mk8IbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1slk2k-000000036lR-0iuD; Wed, 04 Sep 2024 07:03:06 +0000 Received: from nyc.source.kernel.org ([147.75.193.91]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1slk0X-000000036J3-31Xt; Wed, 04 Sep 2024 07:00:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 538C0A40888; Wed, 4 Sep 2024 07:00:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A050BC4CEC2; Wed, 4 Sep 2024 07:00:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725433248; bh=cdxAWOOEytd3O6tuHVxZGPBLNWtxs7CiEOEjMXojNXo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uUBbQ0qdPCN+dt6qpOFPrgV1SpYObZeETsHyOEvOurNnEEawgkeU9g2BdtlOzUgpp QaAwBlgDYjhlQY3waZnpILn2LrpFnbvD5x9CfQnbPKITiRH9ZSKQSRRXai3HmLpVkA glMfBn9G/diqIfKb1o5N4ecW4Xl/Wl41pBAs48wM= Date: Wed, 4 Sep 2024 09:00:45 +0200 From: Greg KH To: Xu Yang Cc: vkoul@kernel.org, kishon@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v3 2/2] ARM: dts: imx7ulp: add "nxp,sim" property for usbphy1 Message-ID: <2024090418-helpful-nearness-39ab@gregkh> References: <20240903075810.1196928-1-xu.yang_2@nxp.com> <20240903075810.1196928-2-xu.yang_2@nxp.com> <20240904063407.qjvevd4xhvohg4cd@hippo> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240904063407.qjvevd4xhvohg4cd@hippo> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_000049_856997_8047C3EF X-CRM114-Status: GOOD ( 18.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Sep 04, 2024 at 02:34:07PM +0800, Xu Yang wrote: > Hi Shawn, > > On Tue, Sep 03, 2024 at 03:58:10PM +0800, Xu Yang wrote: > > i.MX7ULP need properly set System Integration Module(SIM) module to make > > usb wakeup work well. This will add a "nxp,sim" property for usbphy1. > > > > Signed-off-by: Xu Yang > > > > --- > > Changes in v2: > > - no changes > > Changes in v3: > > - no changes > > --- > > arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi b/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi > > index ac338320ac1d..b093f2a447ae 100644 > > --- a/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi > > +++ b/arch/arm/boot/dts/nxp/imx/imx7ulp.dtsi > > @@ -214,6 +214,7 @@ usbphy1: usb-phy@40350000 { > > interrupts = ; > > clocks = <&pcc2 IMX7ULP_CLK_USB_PHY>; > > #phy-cells = <0>; > > + nxp,sim = <&sim>; > > }; > > The dtschema patch #1 has been picked by Greg. You can pick up patch #2 > when you see this ping. Because our tools like to suck in entire patch series at once, you should really just resend this so that Shawn doesn't accidentally take patch 1/2 as well. thanks, greg k-h