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 69A2EC004D4 for ; Thu, 19 Jan 2023 11:21:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CCD4B8565F; Thu, 19 Jan 2023 12:21:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.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; unprotected) header.d=fris.de header.i=@fris.de header.b="fqscpkhv"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id C941585676; Thu, 19 Jan 2023 12:21:11 +0100 (CET) Received: from mail.fris.de (mail.fris.de [IPv6:2a01:4f8:c2c:390b::1]) (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 4121285656 for ; Thu, 19 Jan 2023 12:21:07 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=fris.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=frieder@fris.de Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id F0AB9C02FA; Thu, 19 Jan 2023 12:21:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fris.de; s=dkim; t=1674127266; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=HkTU4i6KRkX3RFHsAOP9FvwxGrwozvSPP+cSKdCZyAA=; b=fqscpkhvV2wm4RTwSTrr9VxTHBWWizAL+aQ7UtpE52Bd6sWFktIHx8EdmEQy5zRZwYZ4gD +2t1ZK9GQWasICxt5/+a0EFRYaxsHR+TtCLK+MiK++ttPoLswkUt0+0Sfohg7ckEaaIVKI NWhWr3yoAUm9Yw5y4upwuEcBbb+4jtHNRbH5nRoE9Sv5Q5N1+CDmZ3qB2bDNKAhkweSHeu 81AxfXDJ54mBquEw4WAcYVGRspgvI4UKsLs+6/C3O2v9lhP/1LAUep4QULbsLjLVjcNTOt AkLjt2v+tx/8WDPghWwRb0aFvgboJEMsHWe9x8vI74KD57TgclFn8NiGRfd1Ug== From: Frieder Schrempf To: Frieder Schrempf , u-boot@lists.denx.de Cc: Fabio Estevam , Marcel Ziswiler , Oliver Graute , Patrick Wildt Subject: [PATCH v2 1/6] doc: sl-mx8mm: Mention OSM 1.1 support Date: Thu, 19 Jan 2023 12:20:34 +0100 Message-Id: <20230119112040.47574-2-frieder@fris.de> In-Reply-To: <20230119112040.47574-1-frieder@fris.de> References: <20230119112040.47574-1-frieder@fris.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 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.6 at phobos.denx.de X-Virus-Status: Clean From: Frieder Schrempf The latest revision of the SoM is compliant to OSM 1.1. Signed-off-by: Frieder Schrempf --- doc/board/kontron/sl-mx8mm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/board/kontron/sl-mx8mm.rst b/doc/board/kontron/sl-mx8mm.rst index 327466c536..75ca0f174a 100644 --- a/doc/board/kontron/sl-mx8mm.rst +++ b/doc/board/kontron/sl-mx8mm.rst @@ -9,7 +9,7 @@ with an i.MX8M-Mini SoC, 1/2/4 GB LPDDR4 RAM, SPI NOR, eMMC and PMIC. The matching evaluation boards (Board-Line, BL) have two Ethernet ports, USB 2.0, HDMI/LVDS, SD card, CAN, RS485, RS232 and much more. -The OSM-S i.MX8MM is compliant to the Open Standard Module (OSM) 1.0 +The OSM-S i.MX8MM is compliant to the Open Standard Module (OSM) 1.1 specification, size S (https://sget.org/standards/osm). Quick Start -- 2.39.0