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 0984FC369AB for ; Thu, 24 Apr 2025 14:50:30 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4CA668056A; Thu, 24 Apr 2025 16:50:29 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id CC35C806FC; Thu, 24 Apr 2025 16:50:27 +0200 (CEST) Received: from freeshell.de (freeshell.de [IPv6:2a01:4f8:231:482b::2]) (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 CAD8080194 for ; Thu, 24 Apr 2025 16:50:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=freeshell.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=e@freeshell.de Received: from [192.168.2.35] (unknown [98.97.25.173]) (Authenticated sender: e) by freeshell.de (Postfix) with ESMTPSA id 6D721B4C176F; Thu, 24 Apr 2025 16:50:22 +0200 (CEST) Message-ID: <44e77df5-e53a-4b5a-b1d0-dcffa26857cd@freeshell.de> Date: Thu, 24 Apr 2025 07:50:20 -0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 1/8] configs: add jh7110-deepcomputing-fml13v01 to VF2 defconfig To: Heinrich Schuchardt , Rick Chen , Leo , Minda Chen , Hal Feng Cc: Tom Rini , Sumit Garg , H Bell , Lukas Funke , Matthias Brugger , "E . Shattow" , Patrice Chotard , Simon Glass , Andreas Schwab , u-boot@lists.denx.de, Sumit Garg References: <20250424121315.144549-1-heinrich.schuchardt@canonical.com> <20250424121315.144549-2-heinrich.schuchardt@canonical.com> Content-Language: en-US From: E Shattow In-Reply-To: <20250424121315.144549-2-heinrich.schuchardt@canonical.com> Content-Type: text/plain; charset=UTF-8 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.8 at phobos.denx.de X-Virus-Status: Clean On 4/24/25 05:13, Heinrich Schuchardt wrote: > The DeepComputing Framework motherboard is a JH7110 device support by the > upstream kernel. Add its device-tree to the list of device-trees to be > included into the starfive_visionfive_defconfig. > > Reviewed-by: Sumit Garg > Reviewed-by: Hal Feng > Reviewed-by: Matthias Brugger > Signed-off-by: Heinrich Schuchardt > --- > v4: > no change > v3: > no change > v2: > rebased > --- > configs/starfive_visionfive2_defconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configs/starfive_visionfive2_defconfig b/configs/starfive_visionfive2_defconfig > index 6a5b247c4b5..e145ced8db8 100644 > --- a/configs/starfive_visionfive2_defconfig > +++ b/configs/starfive_visionfive2_defconfig > @@ -80,7 +80,7 @@ CONFIG_CMD_WDT=y > CONFIG_CMD_WGET=y > CONFIG_CMD_BOOTSTAGE=y > CONFIG_OF_BOARD=y > -CONFIG_OF_LIST="starfive/jh7110-milkv-mars starfive/jh7110-pine64-star64 starfive/jh7110-starfive-visionfive-2-v1.2a starfive/jh7110-starfive-visionfive-2-v1.3b" > +CONFIG_OF_LIST="starfive/jh7110-deepcomputing-fml13v01 starfive/jh7110-milkv-mars starfive/jh7110-pine64-star64 starfive/jh7110-starfive-visionfive-2-v1.2a starfive/jh7110-starfive-visionfive-2-v1.3b" > CONFIG_MULTI_DTB_FIT=y > CONFIG_ENV_OVERWRITE=y > CONFIG_ENV_IS_IN_SPI_FLASH=y Reviewed-by: E Shattow