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 30943C77B73 for ; Sat, 27 May 2023 13:20:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=FaLII8FU7lWUuP+bVj2RaS+gnT8aX8E2wRS8ufalxFE=; b=NBiv6qLTKZ/TQP 9w4lqL/c5LQrEYJ77/2N8fWTF6Vy5y3UjG+B/uHAuiWDKWK4X5rxDYbBHFpnT6x9Una+5tyqxA93H h8viOi0Br6sSkqqYkXiQaf+K7kbbrcL9zRN5bS3To1Fbp6pHTGs89ftcl/C3GcnXBu1cp5QaKpQJU uGTiQ64rb/0kCWNdG9vXFZqVZRctVOJiNCp9sjVDxyLiRMoot6Pqa49PjaJQq3vO/kee6gclI9jo2 bIyeMmV+BVZ/twv5tbIpxnFv4Qzsho8ImOdP/hQFl5JahcP0uH15ZTMJBNfigvSp1ucJWOuqxEMYm Nsck3xHwjlVhD9ptP47Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2tqP-005nIY-2x; Sat, 27 May 2023 13:20:29 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2tqM-005nI2-2D for linux-arm-kernel@lists.infradead.org; Sat, 27 May 2023 13:20:27 +0000 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 0A01460BC8; Sat, 27 May 2023 13:20:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28594C433EF; Sat, 27 May 2023 13:20:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685193625; bh=mM2xTR+09PSynb9NopjB/TNGUqHvXwrqo39ZZjAIock=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kAT270zoNyle+BweOrvXhLgkDRVc9aodShD9aKdBZlDqhcu3cCDHbQPPk5AMbNKEs VY5GuwIRQl/wZ/IFSdtjd7f/uTkzqHls/XwcSmT8ZLEx+TWP4tiHPAgm/IjLu+Cdob Pg5pOgWzsjE9eEzCNyxic3MTA0y65GRFQ7qDvnhg6nQsYQmP4iI8BkSV0yGu8ZA2oo xO0oSyKWBsJjzzmEPwG5JOn85lKg378h811MbhX+eyU6A4Bt7ZX4BdrBQ/r8Aafbkf ElTjph0cPKpf09Fst+uqfXiV5msFj3WZ9n6kMy8GlvrPT1/fQxtsSxeBNoDfHfN0zw AJtmZCrS4lDoA== Date: Sat, 27 May 2023 21:20:12 +0800 From: Shawn Guo To: wei.fang@nxp.com Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: imx93: add fsl,stop-mode property to support WOL Message-ID: <20230527132012.GC560301@dragon> References: <20230525080825.513707-1-wei.fang@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230525080825.513707-1-wei.fang@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230527_062026_788978_9F0DCF99 X-CRM114-Status: GOOD ( 10.80 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, May 25, 2023 at 04:08:25PM +0800, wei.fang@nxp.com wrote: > From: Wei Fang > > Add fsl,stop-mode property for FEC to support Wake-on-LAN (WOL) > feature. Otherwise, the WOL feature of FEC does not work. > > Signed-off-by: Wei Fang Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel