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 2B82CC4828D for ; Wed, 7 Feb 2024 00:29:13 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mk5+TLup9I78zrzaEr3RMS+jf3H3m+4wsfjoAAWh73Q=; b=TifzOoBtyQVbel KHgORKedkk9HuyZb/lLH1Nip2il5nz0cvvF1yuD1+SxAM/B/FWIhxbDFaVSLVfZzEqTW5ksXUe8Oe 93j1iprt1nRR1n9HxihF4UZmp2xrC0lgV+iSLRY2KnRfbMjO5QYtjZPeGRplo1xfEzeeQO7+VIZPZ tbAwku06TAEASMEeZyH+kgiT9YxDIATOC+IA+aBetjvVgZH3ZpOm4DfSVxGc14tfwCXs7h0PF21YX jUUuhIynFbCcFMkpFT8PVzoBAKq435UL903+P2Kp0yXqOPwLEsgjJrIxTN67JK+lkdF8Ie85yNpKF emTuoHXJ/seTg5/wwJsA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rXVoH-00000009H3K-0gdR; Wed, 07 Feb 2024 00:29:05 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rXVoE-00000009H2o-0sEd for linux-arm-kernel@lists.infradead.org; Wed, 07 Feb 2024 00:29:03 +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 B79021FB; Tue, 6 Feb 2024 16:29:40 -0800 (PST) Received: from [192.168.42.178] (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 615093F5A1; Tue, 6 Feb 2024 16:28:56 -0800 (PST) Message-ID: <69512f5f-65b0-4b4f-8135-0265edd7ed5f@arm.com> Date: Wed, 7 Feb 2024 00:28:54 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H Content-Language: en-US To: Jisheng Zhang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org References: <20240203122502.1259-1-jszhang@kernel.org> <20240203122502.1259-2-jszhang@kernel.org> From: Andre Przywara In-Reply-To: <20240203122502.1259-2-jszhang@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240206_162902_330051_B1293B65 X-CRM114-Status: GOOD ( 10.22 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, On 03/02/2024 13:25, Jisheng Zhang wrote: > Add name & compatible for the Sipeed Longan Module 3H and Longan PI 3H > board. > > Signed-off-by: Jisheng Zhang Reviewed-by: Andre Przywara Cheers, Andre > --- > Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > index a9d8e85565b8..a97d44ba10ac 100644 > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > @@ -835,6 +835,12 @@ properties: > - const: sinlinx,sina33 > - const: allwinner,sun8i-a33 > > + - description: Sipeed Longan Pi 3H board for the Sipeed Longan Module 3H > + items: > + - const: sipeed,longan-pi-3h > + - const: sipeed,longan-module-3h > + - const: allwinner,sun50i-h618 > + > - description: SourceParts PopStick v1.1 > items: > - const: sourceparts,popstick-v1.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel