From patchwork Mon Nov 20 12:19:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zev Weiss X-Patchwork-Id: 13461157 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 13EAFC197A0 for ; Mon, 20 Nov 2023 12:21: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: 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=k+pMpM3lc8Hi/0Ipd77NPefVP1bVrTT4uDTw6XPbth8=; b=1uhiJOqb7ZNZHP BnmSsBLjGME7cx8l3R8NKBJFwFuKGVzchu+IZFdAS6DuZoLihmFZhA2q+4gdtBGxtgRK56uojuAwI DCGRi453AKoMw+JAks8ImYFZwdpN3eJGAHAxQ6WZBnGTsUCQpNYa9083LDEu+h1R0z57csLNXlAym tgAzdNzd0UFikjjqMSixxrV0WN4ZysBHRqduGk23Gz+VJsvHhBvVJb9m4tdL1Wvn8qqY6i0lUN9jB x/6pZsj4P8lifhfjRLnPAK3vSZKmhOD4KoXlEGbUIlLUztP21xJRjvTPoWS6KdK4aZu0BrDE0Gdy6 gpdGlrFO8BfReiYjYEqw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r53Gw-00Bz1i-1d; Mon, 20 Nov 2023 12:21:02 +0000 Received: from thorn.bewilderbeest.net ([71.19.156.171]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r53G0-00ByjI-0X for linux-arm-kernel@lists.infradead.org; Mon, 20 Nov 2023 12:20:59 +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 B45424233; Mon, 20 Nov 2023 04:20:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1700482804; bh=Ho37r34Q3Nu7+Y4WyP0bj8m0DL3tC/sx4+aCfbIU8CE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eklkmGeO6HOLJNhWkHZQGal7mm2qyNJvUuvxTfueO+Y1UfHt1232nzOd+7FInHy1G u2tU1hoPj4y7cVDah3T63nrfu9UgfJRm9uxoL2kW+AXin63Qv0iG+rgIk4F0FsU7e9 4hu/WxIdANUOKSv25/2K8BiMAMS+PYwelqyxYX3Y= 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, Krzysztof Kozlowski Subject: [PATCH v2 1/2] dt-bindings: arm: aspeed: document ASRock SPC621D8HM3 Date: Mon, 20 Nov 2023 04:19:56 -0800 Message-ID: <20231120121954.19926-5-zev@bewilderbeest.net> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231120121954.19926-4-zev@bewilderbeest.net> References: <20231120121954.19926-4-zev@bewilderbeest.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231120_042044_440759_F82055C5 X-CRM114-Status: UNSURE ( 7.27 ) 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