From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.18]) (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 D753E3FFD; Fri, 11 Jul 2025 08:23:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752222185; cv=none; b=sAtZeSvuFwxdVqlYGgy9FlwXDQ7MVQWF5/o3egMVX04c6+4J5OWrg8UbMQbZfO3d0Ggju8FZRJhO9HZxzZf7BRtOiqbtQ5DflP4D2qR+mJMti7zdlladUq4wWh7h5llNxGWKW6XLLmepBLQc8qMMQmdyTniDDc3YAQdb0b164ck= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752222185; c=relaxed/simple; bh=Lq/q2JgPlBbP//yLhoo03as611t7+47cHRA79nVw/gQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p/oftM/CyMRwBx57IL7diTYupBcSisSIXmryPYzfs2+EbZSyW7cGXbR4XWlytyEPveErih/CT2GVciNAD7TtsvFUMHPhAWGhP+cb4hsJKiMRzxXTAvZRlBQrYsDmAs8tZl9XP96vF3ohZIH5NqULC33oQceNSRLwlO3yKSGh7s8= 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=CJGcPeIR; arc=none smtp.client-ip=220.197.32.18 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="CJGcPeIR" 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=5DNNk/IFBr7dWHafFiTpxKVod8W0wZpsk+DYFpT8gb8=; b=CJGcPeIRE536pGuDchS6MFgy7xfKfvIHrm9oeN67Xg7F46TetVArLXzWE2RXjC JyQ5FoXFDyQ8yG7aGTOwSZyvJ2C58D5ZBZh94bBfGV03NlYkRVN7QNrxIkGB9jzr qQF1+kQMuHItotKguJqj9rq87mCfEk5gHdN7PpRjF+EP8= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCXx8OuyXBoQ7lTAA--.14846S3; Fri, 11 Jul 2025 16:22:08 +0800 (CST) Date: Fri, 11 Jul 2025 16:22:06 +0800 From: Shawn Guo To: Frieder Schrempf Cc: linux-arm-kernel@lists.infradead.org, Conor Dooley , devicetree@vger.kernel.org, imx@lists.linux.dev, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, Rob Herring , Sascha Hauer , Shawn Guo , Eberhard Stoll , Frieder Schrempf , Fabio Estevam , Frank Li , Pengutronix Kernel Team Subject: Re: [PATCH v3 1/2] ARM: dts: imx6ul-kontron-sl-common: Add SPI NOR partitions Message-ID: References: <20250709071557.20602-1-frieder@fris.de> Precedence: bulk X-Mailing-List: devicetree@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: <20250709071557.20602-1-frieder@fris.de> X-CM-TRANSID:Mc8vCgCXx8OuyXBoQ7lTAA--.14846S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUoYLvDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiBBmHZWhwjvrFiAAAse On Wed, Jul 09, 2025 at 09:15:54AM +0200, Frieder Schrempf wrote: > From: Eberhard Stoll > > Describe the partitions for the bootloader and the environment > on the SPI NOR. While at it also fix the order of the properties > in the flash node itself. > > Signed-off-by: Eberhard Stoll > Signed-off-by: Frieder Schrempf Applied both, thanks!