[PATCH v2 2/4] dt-bindings: riscv: Add XuanTie C930 CPU compatible

cp0613@linux.alibaba.com posted 4 patches 1 week, 3 days ago
[PATCH v2 2/4] dt-bindings: riscv: Add XuanTie C930 CPU compatible
Posted by cp0613@linux.alibaba.com 1 week, 3 days ago
From: Chen Pei <cp0613@linux.alibaba.com>

Update Documentation for supporting XuanTie C930.

Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
 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 153d0dac57fb..581a95eba932 100644
--- a/Documentation/devicetree/bindings/riscv/cpus.yaml
+++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
@@ -65,6 +65,7 @@ properties:
               - thead,c908
               - thead,c910
               - thead,c920
+              - xuantie,c930
           - const: riscv
       - items:
           - enum:
-- 
2.50.1
Re: [PATCH v2 2/4] dt-bindings: riscv: Add XuanTie C930 CPU compatible
Posted by Krzysztof Kozlowski 1 week, 3 days ago
On Fri, Nov 21, 2025 at 02:34:37PM +0800, cp0613@linux.alibaba.com wrote:
> From: Chen Pei <cp0613@linux.alibaba.com>
> 
> Update Documentation for supporting XuanTie C930.

You just copied here commit subject and diff. Write something useful
instead.

> 
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
> ---
>  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 153d0dac57fb..581a95eba932 100644
> --- a/Documentation/devicetree/bindings/riscv/cpus.yaml
> +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
> @@ -65,6 +65,7 @@ properties:
>                - thead,c908
>                - thead,c910
>                - thead,c920
> +              - xuantie,c930

So that is thead...

>            - const: riscv
>        - items:
>            - enum:
> -- 
> 2.50.1
>
Re: [PATCH v2 2/4] dt-bindings: riscv: Add XuanTie C930 CPU compatible
Posted by Guo Ren 1 week, 3 days ago
On Fri, Nov 21, 2025 at 2:35 PM <cp0613@linux.alibaba.com> wrote:
>
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> Update Documentation for supporting XuanTie C930.
>
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
> ---
>  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 153d0dac57fb..581a95eba932 100644
> --- a/Documentation/devicetree/bindings/riscv/cpus.yaml
> +++ b/Documentation/devicetree/bindings/riscv/cpus.yaml
> @@ -65,6 +65,7 @@ properties:
>                - thead,c908
>                - thead,c910
>                - thead,c920
> +              - xuantie,c930
Yes, c930 belongs to XuanTie, not T-HEAD.

Reviewed-by: Guo Ren (Alibaba Damo Academy) <guoren@kernel.org>

-- 
Best Regards
 Guo Ren