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 98BEFC636D4 for ; Thu, 2 Feb 2023 08:23:40 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 827C685EC4; Thu, 2 Feb 2023 09:23:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=collabora.com 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=collabora.com header.i=@collabora.com header.b="h5pUyRoe"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 893A585EC8; Thu, 2 Feb 2023 09:23:37 +0100 (CET) Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (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 004DE85EC1 for ; Thu, 2 Feb 2023 09:23:34 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eugen.hristev@collabora.com Received: from [192.168.0.125] (unknown [82.76.24.202]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ehristev) by madras.collabora.co.uk (Postfix) with ESMTPSA id 00C1C6602EDA; Thu, 2 Feb 2023 08:23:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1675326214; bh=WB3oytfL339ZPEM+lnX9v2FHVvQ9jPzMY13yCekIOHY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=h5pUyRoe4jKs95kJ6n6JepWyKoA7BNQgWo+VVghJak+1++a/J8P32naFpZdB4v0mk plzx8W9kqPUY6aDxeqlV2qGZ7/K7kbn+/YDeIrcbC+o1L4BQCMlIaz4pewiwpmMoMC soE4YA9fGObDG8Wv7ww343bHHeZL5w6qjC4fNrn2ywrC9swhqLbHz1KqZN6SmAiMI0 dDq9AkV9QtJ3DqJSSPR8EOXRMMD/q9gbWJTKDwCIL8/jkoXUIURwwPTs24mCyYr2mp efZlak1JJ3yK5sCCkkmm2aWiOoKwCpNeEEFYWJWCTHd+xhAns7EL5iQKyJS7CKHviL KrQ4cgVERCWgg== Message-ID: Date: Thu, 2 Feb 2023 10:23:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [RFC PATCH 16/16] board: rockchip: Add Edgeble Neural Compute Module 6 Content-Language: en-US To: Jagan Teki , Kever Yang , Simon Glass , Philipp Tomsich , fatorangecat@189.cn Cc: u-boot@lists.denx.de References: <20230125222741.303259-1-jagan@edgeble.ai> <20230125222741.303259-17-jagan@edgeble.ai> From: Eugen Hristev In-Reply-To: <20230125222741.303259-17-jagan@edgeble.ai> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 On 1/26/23 00:27, Jagan Teki wrote: > Neural Compute Module 6(Neu2) is a 96boards SoM-CB compute module > based on Rockchip RK3588 from Edgeble AI. > > General features: > - Rockchip RK3588 > - up to 32GB LPDDR4x > - up to 128GB eMMC > - 2x MIPI CSI2 FPC > > On module WiFi6/BT5 is available in the following Neu6 variants. > > Neural Compute Module 6(Neu6) IO board is an industrial form factor > ready-to-use IO board from Edgeble AI. > > IO board offers plenty of peripherals and connectivity options and > this patch enables basic eMMC and UART which is enough to successfully > boot Linux. > > Neu6 needs to mount on top of this IO board in order to create a > complete Edgeble Neural Compute Module 6(Neu6) IO platform. > > Add support for Edgeble Neu6 Model A IO Board. > > Signed-off-by: Jagan Teki > --- [snip] > diff --git a/doc/board/rockchip/rockchip.rst b/doc/board/rockchip/rockchip.rst > index 28c837a382..a140c1a8a4 100644 > --- a/doc/board/rockchip/rockchip.rst > +++ b/doc/board/rockchip/rockchip.rst > @@ -86,6 +86,8 @@ List of mainline supported Rockchip boards: > - Radxa ROCK Pi 4 (rock-pi-4-rk3399) > - Rockchip Evb-RK3399 (evb_rk3399) > - Theobroma Systems RK3399-Q7 SoM - Puma (puma_rk3399) > +* rk3588 > + - Edgeble Neural Compute Module 6 SoM - Neu6a (neu6a-io-r1126) Hi Jagan, I suppose here it should be neu6a-io-rk3588 , in the line above Eugen > * rv1108 > - Rockchip Evb-rv1108 (evb-rv1108) > - Elgin-R1 (elgin-rv1108)