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 77D0FEB64D9 for ; Mon, 19 Jun 2023 06:43:36 +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: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:In-Reply-To:References: List-Owner; bh=ZXxOxO/OqBYyZq7r3P6jAcVvpjR7YvregdVHsjLCEEs=; b=b0wUDqvq33U96U RtNlWyHAzhC7dSsqlqrF24C6yhDY9vrV/8lxJ+66IyfVSzM6Kxlxv/ugZgCdIjFwO9Y9TjVSmi8VD Xjz2a2abdWrSjaqhWBe+JU6cgSNGhtCEjMyJOoFsyf8+j6PpCHdCYH6iPtsBVVaREbJzIwEPYHvqO P8vfIlSm3Y2XH2CfIeO+LO5bITzO1mvE074n+e2vtcjDQxwQUWD/pH9qFFr59vAql+sYLtHMEXgO9 Vh+4zbPCGzZ9jb2U2FptgdV8s6mnNFuq1zFWc2mnNmmpAPl7gbvs9FQ1b5QHU+NifXuRShsQXlKqp /7NcpQHpXK/XZlfGy9zw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qB8bb-007cQn-1u; Mon, 19 Jun 2023 06:43:15 +0000 Received: from mail.inventec.com ([218.32.67.185]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qB8bX-007cOK-2y for linux-arm-kernel@lists.infradead.org; Mon, 19 Jun 2023 06:43:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=sEx03; d=inventec.com; h=from:to:cc:subject:date:message-id:mime-version:content-type; bh=+iZDI5LfbBOyTNjNXRCxS6priF8NDgi4YudT5HC9XVA=; b=YQv5o0heuVlGH6KmpR7OlAEodSiBwRgMKwQDkpMUzj7Og0aQM5DunnqY5KM9Hx cUSyaycnYvAtePVWZdc7891Fr3j4DXequhAe2ZM+/QlVo9cmpuynfXOEeXkD5x hbzlwmoq+n1C/vU0+HkINU6jDTv5rt9zfOnqWARk1zK2cGY= Received: from IEC1-EX2016-04.iec.inventec (10.1.254.222) by IEC1-EX2016-03.iec.inventec (10.15.2.59) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.23; Mon, 19 Jun 2023 14:42:53 +0800 Received: from TAO-MailRelay-1.iec.inventec (10.6.254.133) by IEC1-EX2016-04.iec.inventec (10.1.254.222) with Microsoft SMTP Server id 15.1.2507.23 via Frontend Transport; Mon, 19 Jun 2023 14:42:53 +0800 Received: from charon ([10.6.141.37]) by TAO-MailRelay-1.iec.inventec with Microsoft SMTPSVC(8.0.9200.16384); Mon, 19 Jun 2023 14:42:53 +0800 From: PJ Chen To: Arnd Bergmann , Olof Johansson , , Rob Herring , Krzysztof Kozlowski , Joel Stanley , Andrew Jeffery , , , , CC: , , Chen PJ Subject: [PATCH v5 1/2] dt-bindings: arm: aspeed: add Inventec starscream-bmc Date: Mon, 19 Jun 2023 14:42:48 +0800 Message-ID: <20230619064249.3623-1-chen.pj@inventec.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-OriginalArrivalTime: 19 Jun 2023 06:42:53.0200 (UTC) FILETIME=[45EC5900:01D9A279] X-TM-SNTS-SMTP: A81A35F0C03A71E0F510E7C07D3F405C04BC80A4A53DBD4796CDC03DCE1F11632000:8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230618_234311_983022_A54C6036 X-CRM114-Status: UNSURE ( 6.73 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Chen PJ Document the new compatibles used on Inventec starscream-bmc Signed-off-by: Chen PJ --- 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 1b585e554791..fb4ce5df2fa0 100644 --- a/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml +++ b/Documentation/devicetree/bindings/arm/aspeed/aspeed.yaml @@ -82,6 +82,7 @@ properties: - ibm,everest-bmc - ibm,rainier-bmc - ibm,tacoma-bmc + - inventec,starscream-bmc - inventec,transformer-bmc - jabil,rbp-bmc - nuvia,dc-scm-bmc -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel