From patchwork Tue Nov 8 00:15:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zev Weiss X-Patchwork-Id: 13035554 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 56D52C433FE for ; Tue, 8 Nov 2022 00:17:17 +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=yFQImijReJqMjSHZnr8d3MXdSeeLNJK9w9bN1wH/wSk=; b=ByF8DbrnJZd/7n z47EdiUr8afRbBaTH/uEVWLGTRQULRFeehPGM/ImkVI7BcUaquuUTxUlyw9oudCExYssMqfdy/J4X cfwPfeTXg21QKzHCphj0yqCaS81BJHuurcts+RIph34LJ3twDJO2KxbBCkFwVekZgKb1CgZHRzrVK nm/UegS4/oNJVM0drCqj5VfwfA4+I4YVTsMtQltDsfUd+k0y0MVHdQhgTEkqA6vOURRkXeCORtosy HSHexB1iUuEoKv4d7Jvq68BtIz+972wqONcvL6njisn4A/cbULYOk5v09WPFAfa1n+O4AYki4wl6d mo83GCplclE3NNQH8A6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1osCHi-001Qoc-Bc; Tue, 08 Nov 2022 00:16:10 +0000 Received: from thorn.bewilderbeest.net ([2605:2700:0:5::4713:9cab]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1osCHc-001Qml-7U for linux-arm-kernel@lists.infradead.org; Tue, 08 Nov 2022 00:16:08 +0000 Received: from hatter.bewilderbeest.net (97-113-250-99.tukw.qwest.net [97.113.250.99]) (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 97623AF1; Mon, 7 Nov 2022 16:16:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bewilderbeest.net; s=thorn; t=1667866561; bh=ZjsD8nI1qO+JoTRJ1p3i2ieIeCPVFjtYFXk7nf3JSzg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ojQK+ZEu8eAXHGLz+2jfi52pp0neZF8/+ypdSPOYFHpqFdGloo5WDZ4k0alAsWbCT 9ksqmis24Bq4oC8dl274h/te1B1cePOvHAnvzrht+6BtbPeyWWw9Ru7QT30KuAiAsy A0SPYnViNA1FB4yCI4pQaKSbP5TBesolbwvZadtc= From: Zev Weiss To: linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, soc@kernel.org Cc: Zev Weiss , Andrew Jeffery , Arnd Bergmann , Joel Stanley , Krzysztof Kozlowski , Olof Johansson , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org, Krzysztof Kozlowski Subject: [PATCH v2 1/2] dt-bindings: arm: aspeed: document Delta AHE-50DC BMC Date: Mon, 7 Nov 2022 16:15:50 -0800 Message-Id: <20221108001551.18175-2-zev@bewilderbeest.net> X-Mailer: git-send-email 2.38.1 In-Reply-To: <20221108001551.18175-1-zev@bewilderbeest.net> References: <20221108001551.18175-1-zev@bewilderbeest.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_161604_288744_A67E0F70 X-CRM114-Status: UNSURE ( 7.88 ) 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 Delta AHE-50DC BMC 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 217a1d674863..272626937ecd 100644 --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml @@ -17,6 +17,7 @@ properties: - description: AST2400 based boards items: - enum: + - delta,ahe50dc-bmc - facebook,galaxy100-bmc - facebook,wedge100-bmc - facebook,wedge40-bmc