From patchwork Tue Nov 14 11:28:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zev Weiss X-Patchwork-Id: 13455198 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 C4FBFC4167D for ; Tue, 14 Nov 2023 11:28:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m4cJ3ANxneMZGkdpTgLzTRmglrA0f+qpc+tVUW/RJlA=; b=p6bmvSM1Cn4qEp fr+keX7XHoy36FX7o2zl8rPG/UZnGtAg7QsOviH2THAx+B9tDT+xnA+TWrcgfcXQmWN44D309EMeN 8pxtxQV2JMK6Qd/2SS2cR86oY95WXiOzbH7WL0aXb0m9AFiWeks6yjHOoBJAPPA2bCWDASVzOtHsZ iOF+YVI6fmjt+RpMr77UfILmg3TIPiMJQ7Q/ymSkKEV9CMIJgHyV+byOSf6p6Qbk7ijwuNisbF0Zd 6Nm/ADQ8gcQebTvKMO8AvpT39t2buZFGu0QPvr/8CHMvtL7RFRTYRXjvyj+WDLL5L1ysmz5CQ/Tjq nJu1dp6Z6xIln1LupKlQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r2rao-00Ffp7-0f; Tue, 14 Nov 2023 11:28:30 +0000 Received: from thorn.bewilderbeest.net ([2605:2700:0:5::4713:9cab]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r2ral-00Ffnh-25 for linux-arm-kernel@lists.infradead.org; Tue, 14 Nov 2023 11:28:28 +0000 Received: from hatter.bewilderbeest.net (unknown [IPv6:2602:61:7e5d:5300::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: zev) by thorn.bewilderbeest.net (Postfix) with ESMTPSA id 3D309DF7; Tue, 14 Nov 2023 03:28:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1699961307; bh=YIUwD19GsEb/8HLWFg6AbrC1OrzehA0dIwV7by3EZgk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eSfRi4iY/zk6E+XpFmu25tbxXf0BG2WR4fB/lUNpQJGuOMSYT4dlJL5UWPhinqmMH HSjk0MREJb9bSTilW3+HAtdDzT/u3Jxcm/Huly+9hfWsvvzaWMqzVau85/SP8FNd0T ce41dsVChyaiykUBamv7WlV96fyp+OoFvQXzEWNI= From: Zev Weiss To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery Cc: Zev Weiss , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org Subject: [PATCH 1/2] dt-bindings: arm: aspeed: document ASRock SPC621D8HM3 Date: Tue, 14 Nov 2023 03:28:21 -0800 Message-ID: <20231114112819.28572-5-zev@bewilderbeest.net> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231114112819.28572-4-zev@bewilderbeest.net> References: <20231114112819.28572-4-zev@bewilderbeest.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231114_032827_685468_743F9B0F X-CRM114-Status: UNSURE ( 7.58 ) 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 Document ASRock SPC621D8HM3 board compatible. Signed-off-by: Zev Weiss Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml index 749ee54a3ff8..f8f66821cb5f 100644 --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml @@ -36,6 +36,7 @@ properties: - aspeed,ast2500-evb - asrock,e3c246d4i-bmc - asrock,romed8hm3-bmc + - asrock,spc621d8hm3-bmc - bytedance,g220a-bmc - facebook,cmm-bmc - facebook,minipack-bmc