From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from proxy41131.mail.163.com (proxy25211.mail.163.com [103.129.252.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C4DA2143C69 for ; Tue, 1 Jul 2025 13:44:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=103.129.252.11 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751377473; cv=none; b=pq7zBHy0RY1xINZyeS7wQStfqPuo2vmdEW4NQNEQejPi94oXg6XQ4G50schofuNImQMZKhA56SuEB38mwU+upsbS84TMXYdYkcFfOWAPmtO/f+8oxgzqeKNYSkcDgn25JEymqMGcaSuJ9lv4BXFNIey57Kj7Ak2EYsdoFcCWa2w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1751377473; c=relaxed/simple; bh=tmckpZ+LeV4gRKeqYD0pXo1Otiha2TbVF8apliPBVwI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WvCvOqwRVZ0+KMSs+tOljfu85pJ/MEm6u/chxfq/cQ1ujZk9P0/oC68gmC6z+aJd7FqJ47006iL7E5pNdHcwYr+6fyN6v8YbEHp43RxT/7HPJbIRDoHKRQKHnCRDgCjR6Bt/17maVclrVPJFTodo/3Z6oh6yvGl//jjK3hWO7Ng= 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=oxGR1fJR; arc=none smtp.client-ip=103.129.252.11 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="oxGR1fJR" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=YlOXn2QdKGfBXkKhkm4yPrNrC5aKO1sGXt2KBKxXjcA=; b=oxGR1fJRqwlIx3lhqKThp4PryCDSK8yu7lv8JhvaNJNTBJRiAJ7/xkRHDjC0IG IYyfPMSrYflApQ/dDtdwxBle02eLGsIHDF54Mi4VnLupRF9dvpctYaXjM2Lakcnu Et/XuQVxpBWuU9/PhV+8ocAGfR8deKrTy2mbRGt/QP5co= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgD3l9qO42NoKVABAA--.3311S3; Tue, 01 Jul 2025 21:33:04 +0800 (CST) Date: Tue, 1 Jul 2025 21:33:02 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Markus Niebel , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] arm64: dts: freescale: imx93-tqma9352: add memory node Message-ID: References: <20250604093122.203929-1-alexander.stein@ew.tq-group.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250604093122.203929-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID:M88vCgD3l9qO42NoKVABAA--.3311S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUOPfHUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiIRAQdWhj45APxwAA3k On Wed, Jun 04, 2025 at 11:31:21AM +0200, Alexander Stein wrote: > From: Markus Niebel > > Although the bootloader should fixup with real memory size, > add memory node here with smallest assembled size for > readability. > > Signed-off-by: Markus Niebel > Signed-off-by: Alexander Stein Applied, thanks!