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 344D5C46CD2 for ; Sun, 17 Dec 2023 23:25:06 +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=U8C0C9GGBFyL9x9qylLFHbGiYHh5XrUcv4N6ehzGzFE=; b=I09Oh9XwBGOnP+ 6zpcVb63BguTnjG0dlFdPp1tmHIKtygIv6pJe4DTOuwa/e4v00/38MCm33mzB/mcpcSXKWn795Rtm Ix+biKkhQISLMO7cJzo1EUmDa35gRgdEqeVwMfJeg92IJKnDIGPc0D/qtvSTKtexoW6z2csJIjkA8 yimet0TL70n8EZ4WMy5x+fjttdXcNaLJXPQP1qUhZq6L/mNqx3I6PzNfwwJL19zg0Cf+Gn8wUh9Tp Igo1vKa10zv5ljigv2LgYx2+lLb2xf22lfU4T+RSHJBIdAAr8xjCESmYumSl6DBNyw+50wEPaIF3D glVXYXd1adNlk8BSgEfQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rF0Uu-008dVJ-0Z; Sun, 17 Dec 2023 23:24:36 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rF0Up-008dSQ-1T for linux-arm-kernel@lists.infradead.org; Sun, 17 Dec 2023 23:24:33 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 66B902F4; Sun, 17 Dec 2023 15:25:10 -0800 (PST) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 354B33F64C; Sun, 17 Dec 2023 15:24:24 -0800 (PST) From: Andre Przywara To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: Icenowy Zheng , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: [PATCH 1/2] dt-bindings: arm: sunxi: document BananaPi M4 Berry board name Date: Sun, 17 Dec 2023 23:24:04 +0000 Message-Id: <20231217232405.302-2-andre.przywara@arm.com> X-Mailer: git-send-email 2.35.8 In-Reply-To: <20231217232405.302-1-andre.przywara@arm.com> References: <20231217232405.302-1-andre.przywara@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231217_152431_552363_17A2987E X-CRM114-Status: UNSURE ( 7.41 ) 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 The Bananapi M4 Berry is a development board with the Allwinner H618 SoC. Add the board/SoC compatible string pair to the list of known boards. Signed-off-by: Andre Przywara --- Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 5e91110cc9eb8..b659e03550315 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -136,6 +136,11 @@ properties: - const: sinovoip,bpi-m3 - const: allwinner,sun8i-a83t + - description: BananaPi M4 Berry + items: + - const: sinovoip,bananapi-m4-berry + - const: allwinner,sun50i-h618 + - description: BananaPi M64 items: - const: sinovoip,bananapi-m64 -- 2.35.8 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel