From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (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 CBDCC32F775; Wed, 3 Sep 2025 05:05:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=203.29.241.158 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756875916; cv=none; b=dzn7zqKzswIDMl+ON1JfZIOvgwjh600mnAD5NI+C7ENVP7zMcPNbe4tUwJp5ZUBT+cPeW+77zyTvpXThtohNQb49QPqBV2dKgiWh9HhudHqcegId9dCM/nniVRLPy0rcsqMYSEWSGS2cuxh5T379M5hlganexX3oVDdvdanxXQI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756875916; c=relaxed/simple; bh=z/aNFcuI5ER/zUmHNbZkEITb8B+mXfHQs+aVMjxDIgQ=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=KW40dAdHeaS8ythcgwziX5RtdSpj5E4DIvA4CxR5mTndV+4XjMujtyy0W0BuH2rNl9fxJ5NjhhwUghsZMb4so+636PC1xIpL1RjTY7uHaPDnhPywGvGgN4F3Dysqy19/m2/r+501DCgJhLF0EodFV3ag46XrL3d1ESyho/g8HsU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au; spf=pass smtp.mailfrom=codeconstruct.com.au; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b=TFWlqiIu; arc=none smtp.client-ip=203.29.241.158 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codeconstruct.com.au Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codeconstruct.com.au header.i=@codeconstruct.com.au header.b="TFWlqiIu" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1756875911; bh=z/aNFcuI5ER/zUmHNbZkEITb8B+mXfHQs+aVMjxDIgQ=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=TFWlqiIuq/EgRqWg5UZI7aD6HRJWbNSWozu+PymRFHSv2k6UeOld6m0jYPcxjava0 Vugz8yzOCBq02zTe/CBiKirpQyvEce/jcBYOO24thW8g/Dly1TIVEUXM2RqY6JHy0y EKKRfbTP67sSiWeSptiKYQFGu7qTMz1ve1+9LKY4lnx0K4HjcPG+c24cRag9nM9FBC g4djJ97GqjQm3aYAFwVlN42Owr329lTtiWBGHQXg9dJDoXHmfyo4+SwbxR07FLtbjf g2guGt2m4+Rg7dpn+eFMvcpn98t3W6Ki/oo39zxVt0+LCFmVZhAqecTXmacPRl31Vt k9fwlk2bwV7Ew== Received: from [192.168.68.113] (unknown [180.150.112.213]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id 45A266E02C; Wed, 3 Sep 2025 13:05:03 +0800 (AWST) Message-ID: <9e3d52078b0ad9da6015229d6f39cb013a4cffbd.camel@codeconstruct.com.au> Subject: Re: [PATCH v11 0/3] ARM: dts: Add support for Meta Clemente BMC From: Andrew Jeffery To: Leo Wang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Kees Cook , Tony Luck , "Guilherme G. Piccoli" , Geert Uytterhoeven , Magnus Damm Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org, linux-renesas-soc@vger.kernel.org, leo.jt.wang@fii-foxconn.com, george.kw.lee@fii-foxconn.com, bruce.jy.hung@fii-foxconn.com, Conor Dooley Date: Wed, 03 Sep 2025 14:35:02 +0930 In-Reply-To: <20250813-add-support-for-meta-clemente-bmc-v11-0-8970d41f88b0@fii-foxconn.com> References: <20250813-add-support-for-meta-clemente-bmc-v11-0-8970d41f88b0@fii-foxconn.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi Leo, On Wed, 2025-08-13 at 18:04 +0800, Leo Wang wrote: > This series adds initial support for the Meta Clemente BMC based on > the > ASPEED AST2600 SoC. >=20 > Patch 1 documents the compatible string. > Patch 2 Add pinctrl nodes for NCSI3 and NCSI4. > Patch 3 adds the device tree for the board. >=20 > Signed-off-by: Leo Wang > --- > Changes in v11: > - Rebased on bmc/aspeed/dt as requested. > - Link to v10: > https://lore.kernel.org/r/20250801-add-support-for-meta-clemente-bmc-v10-= 0-c1c27082583d@fii-foxconn.com I've applied v11, after tidying up some whitespace and the subject of patch 2/3. Thanks, Andrew