From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9506C325701; Tue, 16 Dec 2025 15:16:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.211.166.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765898170; cv=none; b=hQZQGmDWHUYM1ISoimkc/iAh7GcG5BQqWfYwb9HRrWWHbV9gAQ6Hvz4ED4+ceoyPWqxc7+A60iZPwCDzAjz1oFrzbFK5DhWnoxypteZ03M4AsM696/+AbZyVRX+DvdMQcc5Cm5nizVC6wrz1YQPBUUX45Lw/3/U8nWmdxgrjelY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765898170; c=relaxed/simple; bh=h4Bgu0QQ7rLQJD+thoLxWtBFY24WEB3UcNWhonEwWz4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kVfk1BDcj6rqc9gPxYMDIKhvrP5vVWWgxou9aouVoaMwnx+pDAj7ytrbfNVgkfR1yzHovGP8lhJXD+vBNCc0cTV7Yb8nZHs5nlgChZQsEh+/YPp4fbcXel2hKuIWshQbPt1QdgfyH9C5FQQnEXRUIuP06ylfGU/hNZiTrYUbzsY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org; spf=pass smtp.mailfrom=gentoo.org; arc=none smtp.client-ip=140.211.166.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gentoo.org 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 F3F7B340C77; Tue, 16 Dec 2025 15:16:07 +0000 (UTC) Date: Tue, 16 Dec 2025 23:16:02 +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 , Palmer Dabbelt , Conor Dooley , Heinrich Schuchardt , Kevin Meng Zhang , 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 1/8] dt-bindings: riscv: add SpacemiT X100 CPU compatible Message-ID: <20251216151602-GYB1937017@gentoo.org> References: <20251216-k3-basic-dt-v1-0-a0d256c9dc92@riscstar.com> <20251216-k3-basic-dt-v1-1-a0d256c9dc92@riscstar.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251216-k3-basic-dt-v1-1-a0d256c9dc92@riscstar.com> Hi Guodong, On 21:32 Tue 16 Dec , Guodong Xu wrote: > Add compatible string for the SpacemiT X100 (RVA23 compliant) core. > > Link: https://www.spacemit.com/en/spacemit-x100-core/ it would be better if you can put more description into commit message as I don't trust the link too much, it may vanish or change in the future?.. besides, if I remember correctly, there are still few optional extensions that not supported by x100, it's worth to list here to let community know.. > > Signed-off-by: Guodong Xu > --- > Documentation/devicetree/bindings/riscv/cpus.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/riscv/cpus.yaml b/Documentation/devicetree/bindings/riscv/cpus.yaml > index d733c0bd534fb63ed7c0eada97c42832431f1fc1..cce87092dc7749f49066154d9a256af6c7b6c19f 100644 > --- a/Documentation/devicetree/bindings/riscv/cpus.yaml > +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml > @@ -62,6 +62,7 @@ properties: > - sifive,u74 > - sifive,u74-mc > - spacemit,x60 > + - spacemit,x100 > - thead,c906 > - thead,c908 > - thead,c910 > > -- > 2.43.0 > -- Yixun Lan (dlan)