From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9D8431C3E; Mon, 12 Aug 2024 03:23:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723433038; cv=none; b=Wb8jGp3UtFY1iGKf3mbLWl05gllMVGP0A+NALU1KJZ85ujoVzWlDVlJSLXu+8HIDQ6M23d5POPFA95zYY171dHGzSece+X0DW5vDKIdY2xM4S9t9ZsVjlrXu6EbBn8Md3/TptQFvaN0qT3wFCLPRNOgUDLj4D+hbDyprm8ULDRk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723433038; c=relaxed/simple; bh=xfpCQhn3U0gxPZTtAwQMWr9rme+W8I7i7rnG4+guxgI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Xuqt8Yj+nip/EbncxLbc5Y+wovjUj//pZKuSO/VqSh2oldOQFeMtdkELZ0HZMQIdR/LaVjy5THoro6IDICkGgILs7zUtGLZe8LdMxHDCaochq/JPPYuS9jM5M8SKC3XyQaYMXaAkMWM6pnYIRhGJ53DAGv7mG8wwSyaQBD9IxBA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=bM3szqdf; arc=none smtp.client-ip=220.197.32.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="bM3szqdf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=r2fqcbW4eowzfLw53eCIKo5ZYNSqw+1v/v/btK3jwZk=; b=bM3szqdf2M3h71w5VEPCDhNxx1MAv+ULK0aCATLldDxvMKi7WagJoaGtfJ1zG9 dytQNVKcNv3VN00z9x1nWRgTBmCc6M0PgLa5e3cG/N/CtPL65ASmjw/mwcsg+lFx KHyOpdOOsFKuKgU/2IPRB8wXndWV+2P/V4JpqPAA9c98M= Received: from dragon (unknown [117.62.10.86]) by gzsmtp2 (Coremail) with SMTP id Ms8vCgC3X4QQgLlmaW9SAg--.33944S3; Mon, 12 Aug 2024 11:22:58 +0800 (CST) Date: Mon, 12 Aug 2024 11:22:56 +0800 From: Shawn Guo To: Benjamin Hahn Cc: Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Rob Herring , Krzysztof Kozlowski , Conor Dooley , imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, upstream@lists.phytec.de Subject: Re: [PATCH v3] arm64: dts: freescale: imx8mp-phycore: Add no-eth overlay Message-ID: References: <20240710-bspimx8m-3180-v3-1-8ef55381172c@phytec.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240710-bspimx8m-3180-v3-1-8ef55381172c@phytec.de> X-CM-TRANSID:Ms8vCgC3X4QQgLlmaW9SAg--.33944S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUxtxhDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiAgM4ZWa4nhcbtAABsl On Wed, Jul 10, 2024 at 11:48:54AM +0200, Benjamin Hahn wrote: > Add a devicetree overlay to disable ethernet for boards where it is not > populated. > > Signed-off-by: Benjamin Hahn > Reviewed-by: Fabio Estevam Applied, thanks!