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 EDE8AD277DB for ; Sat, 10 Jan 2026 11:55:29 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gmBl+ehdMWOmoWGd5jeFIJxrJQKMF9OHwHnRrIkZ6bM=; b=NLcTzAdv4K3eZf uHymvluRZ5ljPpXgn8VaNGxtOAM/XcPGzc4yjXJSfHoWwJSnM55inx75VKcS9888Is4O5ErQEXO4b RwCFz1oYSI46LLVAxNBGaqrDC1XHbZBrI2INCCiKyNJVuz5GWAklcj6RHf0tqC0rLDdji1xIlGfqt 3oiXxBg4ObWCWwRObHxr2k7+Tdgc5a3EZ5r5TUWDxdT752HM75Exv7lJ+wEysjWcQQcT+erzx1mmZ WHBP6vZEn0q7t7sR7q1zn0Scx3JlItCoSFOCEHt2uNpsnwda9D5XmS6Rxt34sWy45J6m/eRkGTD2D 9uW1rvzjAG5fkOC6SgIQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1veXYn-00000003R5r-3sPH; Sat, 10 Jan 2026 11:55:13 +0000 Received: from woodpecker.gentoo.org ([140.211.166.183] helo=smtp.gentoo.org) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1veXYl-00000003R5S-1Ts2 for linux-riscv@lists.infradead.org; Sat, 10 Jan 2026 11:55:12 +0000 Received: from localhost (unknown [116.232.18.222]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: dlan) by smtp.gentoo.org (Postfix) with ESMTPSA id 23849340EA9; Sat, 10 Jan 2026 11:55:08 +0000 (UTC) Date: Sat, 10 Jan 2026 19:55:03 +0800 From: Yixun Lan To: Guodong Xu Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , Daniel Lezcano , Thomas Gleixner , Samuel Holland , Anup Patel , Greg Kroah-Hartman , Jiri Slaby , Lubomir Rintel , Yangyu Chen , Paul Walmsley , Conor Dooley , Heinrich Schuchardt , Kevin Meng Zhang , Andrew Jones , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, spacemit@lists.linux.dev, linux-serial@vger.kernel.org Subject: Re: [PATCH v4 05/11] dt-bindings: riscv: spacemit: add K3 and Pico-ITX board bindings Message-ID: <20260110115503-GYC12783@gentoo.org> References: <20260110-k3-basic-dt-v4-0-d492f3a30ffa@riscstar.com> <20260110-k3-basic-dt-v4-5-d492f3a30ffa@riscstar.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260110-k3-basic-dt-v4-5-d492f3a30ffa@riscstar.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260110_035511_438156_0AA99100 X-CRM114-Status: GOOD ( 14.72 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hi Guodong, On 13:18 Sat 10 Jan , Guodong Xu wrote: > Add DT binding documentation for the SpacemiT K3 SoC and the board Pico-ITX > which is a 2.5-inch single-board computer. > > Signed-off-by: Guodong Xu Reviewed-by: Yixun Lan > --- > v4: Adjust maintainers list in alphabetic order. > Declare spacemit,k3-pico-itx as an enum, which can save future > code change when adding new boards. > v3: No change. > v2: Use one-blank-space between name and email address. > --- > Documentation/devicetree/bindings/riscv/spacemit.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/riscv/spacemit.yaml b/Documentation/devicetree/bindings/riscv/spacemit.yaml > index 9c49482002f7..b958b94a924d 100644 > --- a/Documentation/devicetree/bindings/riscv/spacemit.yaml > +++ b/Documentation/devicetree/bindings/riscv/spacemit.yaml > @@ -7,6 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# > title: SpacemiT SoC-based boards > > maintainers: > + - Guodong Xu > - Yangyu Chen > - Yixun Lan > > @@ -26,6 +27,10 @@ properties: > - xunlong,orangepi-r2s > - xunlong,orangepi-rv2 > - const: spacemit,k1 > + - items: > + - enum: > + - spacemit,k3-pico-itx > + - const: spacemit,k3 > > additionalProperties: true > > > -- > 2.43.0 > -- Yixun Lan (dlan) _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv