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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A7EECC27C4F for ; Thu, 27 Jun 2024 02:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:MIME-Version: Content-Transfer-Encoding:Content-Type:References:In-Reply-To:Date:Cc:To:From :Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QRdGpdPwEF8z1guRBaFF3J8Ugc77/KDq1zotfXxXxRw=; b=vvDu2/+1jUQpakkqaPUYEmqJFm HW/c5rLeyvbPQgYvaiQNq8XZDRs7ZZPqn1OzUidpz7+lFx3nlosSgysY4bex4DJy3/hdaiaF6VLg1 nCZ6rc4MH8yRsbfwk8d5Io0KnjiHzl8zrTPDYyu314dNzCGfYSrxLqYAeGwrxGIBFGqvjtOkNWk8V ju+JNQQh4d/P5DA0Ghja595FffZLhbOeBdEeVWRhXcPbg2YqyLkN9mJHsSByn4hPDg/2ok1Co1JdL mfgF+9hnoeeZ6iUEZQcdFxEeVJ5Wd47GDD1sLyb2zJdJR5+0LK7cAOf0zcvIyQPhga2SX7uVFbMOl MuMxd07w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMfCB-000000092OT-2MvA; Thu, 27 Jun 2024 02:49:11 +0000 Received: from pi.codeconstruct.com.au ([203.29.241.158] helo=codeconstruct.com.au) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sMfC3-000000092NF-33h5 for linux-arm-kernel@lists.infradead.org; Thu, 27 Jun 2024 02:49:05 +0000 Received: from [192.168.68.112] (ppp118-210-79-194.adl-adc-lon-bras32.tpg.internode.on.net [118.210.79.194]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id D9F8E200DB; Thu, 27 Jun 2024 10:48:51 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codeconstruct.com.au; s=2022a; t=1719456533; bh=QRdGpdPwEF8z1guRBaFF3J8Ugc77/KDq1zotfXxXxRw=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=ZjtFqDAtVuHtBXrtGvFabQOkgMmEQoFHAiTQj222vQC92t2cbTj0C2tJhwN9kBRpR w024zJxvSkFqHrXGvQKyZEUbuJzrNvW+Jk2yKKI8JRMktBfbJR1TY5FiUNDSkNzG4Q gV+zeDBX5nkFL2MzJIf1/WwPz8VE7YLEVY8uA+V9kPQ7hPJGmIW0LHQYmanqEvGLnu /cYp3bXCODA6/+C3Xm/QCZVRUksrgD4S8NMl2c4sWMFCGmvjztApCba+zZc5vv5RjV qcT/1yKnxBq8JvKw4QZ4PCsUn6Ajsh5gXp9HmyZCc1TAHrXw5JC3lLoqi63BfzV844 aI6YAXovI0HjQ== Message-ID: Subject: Re: [PATCH v1 00/17] Revise Facebook Minerva BMC DTS From: Andrew Jeffery To: Yang Chen , joel@jms.id.au, patrick@stwcx.xyz, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Jerry.Lin@quantatw.com Date: Thu, 27 Jun 2024 12:18:51 +0930 In-Reply-To: <20240626130332.929534-1-yangchen.openbmc@gmail.com> References: <20240626130332.929534-1-yangchen.openbmc@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.4-2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240626_194904_075868_4626A60D X-CRM114-Status: UNSURE ( 6.81 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Yang Chen, On Wed, 2024-06-26 at 21:03 +0800, Yang Chen wrote: > Revise the Linux device tree entry related to Facebook platform Minerva > specific devices connected to the Aspeed AST2600 BMC. >=20 > Changelog: > - v1: > - Modify the properties of spi to match the schema. I've put this series into a tree for Joel to pick up. Thanks, Andrew