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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3CACEC77B61 for ; Tue, 28 Mar 2023 09:30:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6700485925; Tue, 28 Mar 2023 11:30:21 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=linutronix.de header.i=@linutronix.de header.b="U8frEbcx"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="efS8DqTA"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 2BEB88591B; Tue, 28 Mar 2023 11:30:18 +0200 (CEST) Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4E9A985925 for ; Tue, 28 Mar 2023 11:30:15 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bigeasy@linutronix.de Date: Tue, 28 Mar 2023 11:30:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1679995815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EoegUHW1kNmcHlfKS7joJUAkU84yLFdLvTM47gMCqmY=; b=U8frEbcxL67BG1S/c3+Wu3KXaFn3S8cI7TVMuUJI6YLIB4+SaqJ3azrgrahw8cK1aboXpl sVDEzKrG4b4rWkkHSbbOslBQI8+OtSF34RczoP3EZg5gN85GcH8S9K+YO3VW48qYhQVySN pO7up8WF4vLnawkIdfwLx4piSofw7ErY7iAJrx8uVYxAwN3Tgce3NwJr70QsAmMrAFuGIW yMYlyTYl/hBYhCOkKDSG7HRnAseBNnkbuF9vPjOqJeUdVc1KSuGQdVU2cUV/cWli1+l4zM MEXoLU1WAzsWEMTZYg0T8QeWIFNr7aTyTBZj5jfojDuoryyFQjNfyJCn47J6Cg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1679995815; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EoegUHW1kNmcHlfKS7joJUAkU84yLFdLvTM47gMCqmY=; b=efS8DqTA8/mwFW4u9pI91rHhUpc3R+mhdCwO8VLxKul+iBkBpt6CD4HvIUhtmT9RoODBa8 7skl4Q3cEQX+ltDw== From: Sebastian Andrzej Siewior To: Frieder Schrempf Cc: u-boot@lists.denx.de, "NXP i.MX U-Boot Team" , Fabio Estevam , Manuel Traut , Stefano Babic Subject: Re: [PATCH v2] imx: imx8mm: Add suppoer for Mettler-Toledo snowflake board. Message-ID: <20230328093013.sCzkQX3l@linutronix.de> References: <20230310135021.kRabfq7r@linutronix.de> <95b3bb48-6dcf-6468-362a-f0609494afee@kontron.de> <5df21ee8-7599-c3c0-5b9d-48426a624415@kontron.de> <20230328074723.PIEFvY0Q@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On 2023-03-28 09:53:28 [+0200], Frieder Schrempf wrote: > On 28.03.23 09:47, Sebastian Andrzej Siewior wrote: > > The board is similar to "Kontron SL i.MX8M Mini" SoM. There are two var= iants. > > Snowflake_v2 has an external SDCard Interface. LEIG is the same, but wi= thout > > display and without external SDCard Interface. Both variants support > > only 1GiB of main memory. > >=20 > > Signed-off-by: Manuel Traut > > Signed-off-by: Sebastian Andrzej Siewior > > --- > > v1=E2=80=A6v2: > > - Clarify details about the board and whether or not there is an > > external SD-card interface. >=20 > What about my other review comments to v1? I update the Name to "Kontron SL i.MX8M Mini" SoM in the description but forgot to add it to the changelog. Was there something else missed? Sebastian