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 79A25C25B08 for ; Sun, 21 Aug 2022 02:32:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231349AbiHUCcl (ORCPT ); Sat, 20 Aug 2022 22:32:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230371AbiHUCck (ORCPT ); Sat, 20 Aug 2022 22:32:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4092D1FCE7; Sat, 20 Aug 2022 19:32:40 -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 CA57B60BFE; Sun, 21 Aug 2022 02:32:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D6018C433D6; Sun, 21 Aug 2022 02:32:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661049159; bh=rgCNTbbC5mtg1yWshzaw6YA+HDwf0e5bR61wdwD0DEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JCUPb0RnEN4rtkypc7jUKJhSchiLx2bB/2xTNJ+MShOJIG8dHRwFTY8GC6WTcMy29 dtgQ4hQbPc3OQhrWq8DlXjKApewcvI71ZDCZYRhiT5APP9B/kaqktRO+U40FxW4QpZ EsvdDK11TARVxZJovb5zvfZKUkZdt6M/g4j5jBtISYR33spGA7KjESpPozlbElpMm3 vhbqmw+3cwP5UUkgUsDh//iTVfxNEthKFABvxR1qzBrg/cahDuQ6yqANdnjyqz/atL FPBS21jZg8DZpK0Xod7HVtV95OIrDGk4sAbNoqGe4fYBBErvOi3DZqQlXMRV+/tPoI R1tN4KaKF9t4g== Date: Sun, 21 Aug 2022 10:32:30 +0800 From: Shawn Guo To: wei.fang@nxp.com Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, s.hauer@pengutronix.de, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, peng.fan@nxp.com, ping.bai@nxp.com, sudeep.holla@arm.com, linux-arm-kernel@lists.infradead.org, aisheng.dong@nxp.com Subject: Re: [PATCH V4 2/3] arm64: dts: imx8ulp: Add the fec support Message-ID: <20220821023230.GH149610@dragon> References: <20220726143853.23709-1-wei.fang@nxp.com> <20220726143853.23709-3-wei.fang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220726143853.23709-3-wei.fang@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jul 27, 2022 at 12:38:52AM +1000, wei.fang@nxp.com wrote: > From: Wei Fang > > Add the fec support on i.MX8ULP platforms. > > Signed-off-by: Wei Fang > Reviewed-by: Ahmad Fatoum Applied, thanks!